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
Comment #1
mkalkbrennerDid 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.
Comment #2
mkalkbrennerAs a quick workaround add this to your settings.php:
Comment #3
mkalkbrennerrc2 containing a fix will be released in a few minutes ...
Comment #4
mkalkbrennerComment #5
adam_b commentedUninstalled previous version, installed rc2 and it seems to be OK now - thanks.