After installing controlpanel from 2 October I have such a message:

warning: call_user_func_array(): First argumented is expected to be a valid callback, 'controlpanel_admin_controlpanel' was given in /includes/menu.inc on line 354.

Comments

dreed47’s picture

Assigned: Unassigned » dreed47

The callback function name was changed in the latest version of the code. It sounds like you have the old value cached. Assuming you have the menu.module enabled you can simply go to administration/menu page and the menu cache will be rebuilt for you.

Let me know if that does not solve the issue for you.

Andrzej7’s picture

Thanks - it helped :-)

After every change of the file I have to refresh the admin menus page.

dreed47’s picture

Status: Active » Closed (fixed)

great news!