Call to undefined function: controlpanel_admin_controlpanel() in /home/johnbran/public_html/includes/common.inc(1857) : eval()'d code on line 2
When i attempt to call function from php page it doesnt like php eval code. so I'm sort of stuck or don'e underdstand
Comments
Comment #1
dreed47 commentedsee post http://drupal.org/node/32890 This is a case of Drupal caching menu infomation that now needs to change with a newer version of the controlpanel code. I'm investigating to see if there is a cleaner way to handle this scenario.
Comment #2
dreed47 commentedAdded code to clear menu cache in the control panel settings page. Updated the install readme. Also, put back the controlpanel_admin_controlpanel() function as a depricated function. Will be removed at a later point.
Comment #3
(not verified) commented