I use slate_admin theme and this is a warning I see when visiting this link (Add menu block):

http://localhost/admin/build/block/add-menu-block

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

Comments

JohnAlbin’s picture

Category: bug » support
Status: Active » Fixed

That sounds like a problem with the theme. menu_block doesn't change anything about the way fieldsets are rendered.

Status: Fixed » Closed (fixed)

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

stongo’s picture

Version: 6.x-2.x-dev » 6.x-2.3
Status: Closed (fixed) » Active

Also reporting this happening with 6.x-2.3, but only on certain machines. Worked fine on 2 local servers, and spat out a similar error.
Reverting to 6.x-2.2 stopped the error from happening.

jcharlesberry’s picture

Is this a problem with MenuBlock? I am getting the same error in theme.inc line 617 with both the search and commenting forms. Urgent. Also maybe something cascading from this error http://drupal.org/node/452384 ? Twould be good to combine this with other similar problems: http://drupal.org/node/580036 http://drupal.org/node/621946 http://drupal.org/node/371191

JohnAlbin’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)