Using the 7.x-1.0-alpha distribution from OpenChurchSite.com, I managed to install it on my MAMP local test environment. Installation went smoothly, but it produced two errors with the strongarm module upon completion:

Notice: Undefined index: comment_subject_field_openchurch_image in variable_features_rebuild() (line 137 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/strongarm/strongarm.module).
    Notice: Trying to get property of non-object in variable_features_rebuild() (line 137 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/strongarm/strongarm.module).

Then upon saving the site configuration page, it gave me the following warning approximately 50 times:

Notice: Undefined variable: replacements in uuid_tokens() (line 95 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/uuid/uuid.tokens.inc).

Upon visiting the home page, it did load succesfully (nice design!), but also produced these errors:

Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined variable: skinr in include() (line 20 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/themes/openchurch_theme/panels-pane.tpl.php).
    Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined variable: skinr in include() (line 20 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/themes/openchurch_theme/panels-pane.tpl.php).
    Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined variable: skinr in include() (line 20 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/themes/openchurch_theme/panels-pane.tpl.php).
    Notice: Undefined property: stdClass::$views_php_3 in views_php_handler_field->render() (line 223 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/views_php/plugins/views/views_php_handler_field.inc).
    Notice: Undefined property: stdClass::$views_php_3 in views_php_handler_field->render() (line 223 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/views_php/plugins/views/views_php_handler_field.inc).
    Notice: Undefined property: stdClass::$did in panels_panels_pane_content_alter() (line 77 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined property: stdClass::$did in panels_fusion_apply_preprocess_index_handler() (line 65 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/fusion_accelerator/fusion_apply/modules/panels.fusion.inc).
    Notice: Undefined variable: skinr in include() (line 20 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/themes/openchurch_theme/panels-pane.tpl.php).
    Notice: Undefined offset: 1 in superfish_contents() (line 486 of /Applications/MAMP/htdocs/.../drupal/profiles/openchurch/modules/contrib/superfish/superfish.module).

I haven't gotten any further yet. I'll let you know how the rest goes.

Comments

drupalninja99’s picture

Be sure to disable notices. Do you know how to do that?

cindyr’s picture

Thanks, but I'll leave them on for now. They're generally helpful on development sites.

drupalninja99’s picture

Status: Active » Closed (works as designed)

Well notices aren't super helpful sadly. Warnings and errors are much more serious than notices.