Sorry, I am having trouble installing the OpenChurch theme on top of Drupal 7.21. I am new to Drupal and therefore new to OpenChurch. OpenChurch will give me everything I need for my church website. I have read everything you mentioned on your site (including watching the 64 min video), but I am having problems.

I am on Bluehost, and I installed Drupal using its SimpleScript. I then saw OpenChurch, but could not figure out how to install the OpenChurch Distribution. So, I decided to try installing the Openchurch Theme instead. I got the follwing errors after it installed:
• Notice: Undefined variable: grid_width in include() (line 10 of /home1/jerichob/public_html/drupal/sites/all/themes/openchurch_theme/page.tpl.php).
• Notice: Undefined variable: grid_width in include() (line 49 of /home1/jerichob/public_html/drupal/sites/all/themes/openchurch_theme/page.tpl.php).
• Notice: Trying to get property of non-object in drupal_alter() (line 1035 of /home1/jerichob/public_html/drupal/includes/module.inc).
• Notice: Trying to get property of non-object in drupal_alter() (line 1035 of /home1/jerichob/public_html/drupal/includes/module.inc).
• Notice: Trying to get property of non-object in drupal_alter() (line 1035 of /home1/jerichob/public_html/drupal/includes/module.inc).
• Notice: Undefined variable: main_group_width in include() (line 54 of /home1/jerichob/public_html/drupal/sites/all/themes/openchurch_theme/page.tpl.php).
• Notice: Undefined variable: content_group_width in include() (line 61 of /home1/jerichob/public_html/drupal/sites/all/themes/openchurch_theme/page.tpl.php).

I tried going to my site on a browser and got the HTTP 500 error. I then added the following lines to the bottom of my settings.php and default.settings.php files:
set_time_limit(280);
ini_set('memory_limit','512M');

That had no effect. I am realtively new to web design (though I've been in IT for 30 yrs) and know a smattering of Unix, but my underlying problem is that I have no one who can do this install for me. Can you help, or is this too big a job for this forum? Sorry again.

Comments

Anonymous’s picture

You have to do a fresh install of the OpenChurch distribution of Drupal. You can download it at the bottom of the page here:

http://drupal.org/project/openchurch

Just installing the OpenChurch theme on top of a regular Drupal install isn't adequate - OpenChurch uses a bunch of other modules and Views that don't come prepackaged with regular Drupal.

dcsaul’s picture

It worked! Thanks very much.

Anonymous’s picture

Status: Active » Closed (works as designed)