View Full Version : Non-Root Admin Can't Access ACP
SpecOpsX
02-01-2006, 01:05 AM
On my forums I have a few members that have ACP access, however recently none of them can access the ACP navigation as of lately. They have all been getting the following error:
http://img484.imageshack.us/img484/815/error4js.jpg
Fatal error: Call to a member function on a non-object in /****/includes/adminfunctions.php on line 1862
harmor19
02-01-2006, 02:05 AM
could be plugin that didn't inlcude globals
SpecOpsX
02-01-2006, 03:39 PM
could be plugin that didn't inlcude globals
How would I check to see if that is the cause?
harmor19
02-01-2006, 04:07 PM
De-activate all plugins.
Re-enable one plugin at a time while testing the ACP for each plugin you activate
Delphiprogrammi
02-01-2006, 04:37 PM
looks like a plugin or a "file modification" which is calling some sort of object which isn't declarerd properly with
global $objectname;
you'll need to find out what is causing this ... by uploading unmodified files and disable any plugins one by one
harmor19
02-01-2006, 07:54 PM
The hook for the plugin that's giving you an error is "can_administer".
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.