Posted by Swift Arrow on March 26, 2008 at 11:23am
This may not be the right place to put this, but I'm stumped, and cant seem to find a better place.
Everything was going fine, until one day I got the following error when trying to open my subtheme's configuration page:
Fatal error: Unsupported operand types in E:\www\vhosts\drupal\sites\all\themes\zen\greengrass_blueskies\theme-settings.php on line 45Looking in the code, the offending line:
// Add the base theme's settings.
include_once './'. drupal_get_path('theme', 'zen') .'/theme-settings.php';
$form += zen_settings($saved_settings, $defaults);What's more, when Opening the Zen configuration page:
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in E:\www\vhosts\drupal\includes\theme.inc on line 278.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in E:\www\vhosts\drupal\includes\theme.inc on line 278.
* warning: array_merge() [function.array-merge]: Argument #2 is not an array in E:\www\vhosts\drupal\sites\all\themes\zen\theme-settings.php on line 38.It may or may not be related, but I also keep getting the following notices when I look at the theme administration pages (and some other admin pages too)
Notice: unserialize() [function.unserialize]: Error at offset 72 of 76 bytes in E:\www\vhosts\drupal\includes\bootstrap.inc on line 390
Notice: unserialize() [function.unserialize]: Error at offset 573 of 577 bytes in E:\www\vhosts\drupal\includes\bootstrap.inc on line 390
Notice: unserialize() [function.unserialize]: Error at offset 573 of 577 bytes in E:\www\vhosts\drupal\includes\bootstrap.inc on line 390These errors have persisted, even though I upgraded to 5.6.
Does anyone know what's going on?
Comments
Not the right place
Support questions go in the support queue: http://drupal.org/project/issues/zen
- John (JohnAlbin)
- John (JohnAlbin)