Along with some other (perhaps related, as due to language hiccup) warnings I'm getting a:

warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'theme_themekey_ui_theme_select_form' was given in /home/votesizi/public_html/includes/theme.inc on line 656.

... on my node edit form.

I'm also using a themekey 'node/#/edit' rule to decide the theme for the editing page, so I'm not sure if the error is related to that rule, or my themekey_ui:node_triggers_theme rule on the node view page I'm trying to produce.

Any suggestions as to the severity of this warning, or a fix/work-around?

CommentFileSizeAuthor
#1 1038554-D6.patch696 bytesmkalkbrenner

Comments

mkalkbrenner’s picture

Assigned: Unassigned » mkalkbrenner
Status: Active » Needs review
StatusFileSize
new696 bytes

The warning you see tells that the valid theme function 'theme_themekey_ui_theme_select_form' could not be found. This function is part of themekey_ui_admin.inc. I recognized that it's not properly declared in the theme registry.

Are you able to test the attached patch? You have to clear the caches to get the theme registry rebuild.

mkalkbrenner’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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

Vote_Sizing_Steve’s picture

Status: Closed (fixed) » Active

Am testing patch now...

mkalkbrenner’s picture

Status: Active » Needs review
mkalkbrenner’s picture

Status: Needs review » Fixed
Vote_Sizing_Steve’s picture

Sorry for the delay - patch works - thanks!

Status: Fixed » Closed (fixed)

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