after enabling the theme I get the error

Comments

socialnicheguru’s picture

Title: Undefined property $subject corolla_preprocess_block() » Notice: Undefined property: stdClass::$subject in sng_corolla_preprocess_block() (line 54 of /7/themes/corolla/template.php

this might be related to this: http://drupal.org/node/1408946#new

Jeff Burnz’s picture

Title: Notice: Undefined property: stdClass::$subject in sng_corolla_preprocess_block() (line 54 of /7/themes/corolla/template.php » Undefined property $subject corolla_preprocess_block()

Try this at line 54 please, seems you have a block where the title is not set:

if (!isset($vars['block']->subject)) {

Jeff Burnz’s picture

Can you tell me what modules you have installed and which blocks are enabled, I need to be able to reproduce the issue so I can write a proper condition for this, its very odd how some modules blocks can result in subject not being set at all.

socialnicheguru’s picture

Title: Notice: Undefined property: stdClass::$subject in sng_corolla_preprocess_block() (line 54 of /7/themes/corolla/template.php » Undefined property $subject corolla_preprocess_block()
Project: Corolla » Panels

This is not due to corolla. there is an issue with panels and titles.

merlinofchaos’s picture

Status: Active » Closed (duplicate)

A patch was just posted for this here: http://drupal.org/node/1912174