Tried upgrading from 6.x-2.0-beta7 to 6.x-2.0-rc1 and as soon as the new themekey directory is uploaded my site disappears except for a message:

Fatal error: Call to undefined function themekey_debug_properties() in /homepages/31/d292789962/htdocs/parentfocus/sites/all/modules/themekey/themekey.module on line 182

Comments

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner

Did you follow the steps at http://drupal.org/node/682740 when you installed ThemeKey 6.x-2.0-beta7?
Especially this one: "So if you installed "ThemeKey Properties Debug" you should uninstall it before you update to ThemeKey 6.x-2.0-beta7!"

Nevertheless you discovered a bug:
If you install the additional module themekey_debug, activate debugging and uninstall the module afterwards this could lead into such a fatal error.

mkalkbrenner’s picture

As a quick workaround add this to your settings.php:

$conf['themekey_debug_show_property_values'] = FALSE;
mkalkbrenner’s picture

Title: Fatal error on upgrade to rc1 » Fatal error when turning off module themekey_debug with debug options enabled

rc2 containing a fix will be released in a few minutes ...

mkalkbrenner’s picture

Status: Active » Fixed
adam_b’s picture

Uninstalled previous version, installed rc2 and it seems to be OK now - thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.