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

CinemaSaville’s picture

Status: Active » Fixed

Fixed after running updates. Sorry about the false alarm.

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner

This 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.

Status: Fixed » Closed (fixed)

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