Closed (fixed)
Project:
ThemeKey
Version:
6.x-2.0-beta2
Component:
Code / API
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Dec 2009 at 01:32 UTC
Updated:
1 Jan 2010 at 13:40 UTC
I upgraded, and created a node, and got this message:
Fatal error: Call to undefined function themekey_node_callback() in /home/socalmov/public_html/sites/all/modules/themekey/themekey_base.inc on line 90
array(4) { ["type"]=> int(1) ["message"]=> string(51) "Call to undefined function themekey_node_callback()" ["file"]=> string(71) "/home/****/public_html/sites/all/modules/themekey/themekey_base.inc" ["line"]=> int(90) } n/a
Comments
Comment #1
CinemaSaville commentedFixed after running updates. Sorry about the false alarm.
Comment #2
mkalkbrennerThis function isn't needed anymore and has been removed with ThemeKey 6.x-2.0-beta2.
But if it's missing a fatal error occurs if you upgrade from any version before 6.x-2.0-beta2 until you called update.php. That should be avoided.
So I added this function again for 6.x-2.0-beta3 but it does nothing else than reminding the administrator to call update.php if it's called.