I just installed this module in a Drupal 6.13, PHP 5.2.9x and am getting a blank white screen when I try to load the configuration page from the the Site Configuration area. Plenty of php memory available (128kb at least), I ran update.php with no problems., so I'm a bit puzzled. Here's the error inthe Apache log:
[Wed May 12 16:07:14 2010] [error] [client (My internal IP)] PHP Fatal error: Call to undefined function themekey_invoke_modules() in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\drupal6\\sites\\all\\modules\\themekey\\themekey.module on line 98, referer: http://liba.llan.ll.mit.edu/drupal6/?q=admin/settings
Any thoughts on what's happening?
Thanks.
Bobb Menk
Comments
Comment #1
fdb commentedHi,
I'm getting the same problem.
I'm running
- Drupal 6.16
- Administration menu 6.x-15
- Advanced help 6.x-1.2
- Devel 6.x-1.20
- Pathauto 6.x-1.3
- Theme developer 6.x-1.x-dev
- ThemeKey 6.x-2.0-rc4
- Token 6.x-1.12
- Views 6.x-2.10
Themes:
- Rubik 6.x-1.0-beta8
- Tao 6.x-1.10
Comment #2
mkalkbrennerThemeKey 6.0-2.0-rc4 introduced lazy loading of themekey_base.inc.
I found a bug that this include doesn't happen if a different module already set $custom_theme. I guess you turned on an administration theme at /admin/settings/admin.
I'm working on a fix ...
Comment #3
mkalkbrennerjust released rc5
Comment #4
bmenk commentedrc5 fixed the problem for me. Thanks very much for the quick response!
Bobb Menk