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

dreed47’s picture

see 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.

dreed47’s picture

Status: Active » Fixed

Added 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)