Error message is: Notice: Undefined property: stdClass::$subject in include() (line 46 of .../openchurch_theme/block.tpl.php)
In the code, it seems like it should be $block->title, not $block->subject
couple places.
Only occurs if you use blocks on your site.
Comments
Comment #1
drupalninja99 commentedTry the latest version and let me know if it still happens. I am using the same block.tpl.php (more or less) that comes with the fusion theme.
Comment #2
jking1224 commentedyes, I just updated to OpenChurch beta12 distribution and tried the standalone openchurch_theme beta12.
The code error is still there: block.tpl.php still contains $block->subject instead of $block->title in two places.
Comment #3
drupalninja99 commentedI think I just needed to wrap the condition in a !empty() to prevent the notice errors. I think subject is right.
Comment #4
drupalninja99 commentedNo longer supporting 1x fixes