PDA

View Full Version : Completed Upgrade/Error in Admin Control Panel


LeMans350z
Fri 18th Aug '06, 6:16pm
I completed the upgrade to 3.6 from 3.5.2 and received the message below when I was redirected to the Admin Control Panel. I am unable to access the control panel.

Warning: array_merge() [function.array-merge (http://www.thrashersfrenzy.com/forum/admincp/function.array-merge)]: Argument #1 is not an array in /includes/functions.php(1152) : eval()'d code on line 9

Server Info:
http://www.arrowinteractive.com/phpinfo.php

Any help would be appreciated.

Jeremy

Steve Machol
Fri 18th Aug '06, 6:41pm
This error is from a plugin you've installed. You need to disable each of your plugins then turn one at a time to see which one is causing this.

If you cannot log into the Admin CP then to disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

This will disable all hooks and allow you to log in properly with no hooks running.

http://www.vbulletin.com/docs/html/disable_plugins