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?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1038554-D6.patch | 696 bytes | mkalkbrenner |
Comments
Comment #1
mkalkbrennerThe 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.
Comment #2
mkalkbrennerComment #4
Vote_Sizing_Steve commentedAm testing patch now...
Comment #5
mkalkbrennerComment #6
mkalkbrennerComment #7
Vote_Sizing_Steve commentedSorry for the delay - patch works - thanks!