View Full Version : Error with user cp - attachments page
ferreo
Wed 4th Jun '08, 8:33pm
When a user clicks on the attachments link in his control panel, he gets this error:
Fatal error: Cannot use assign-op operators with overloaded objects nor string offsets in /web/sites/midleyin/forum.purseblog.com/profile.php(3837) : eval()'d code on line 1
Any idea what may cause this?
Steve Machol
Wed 4th Jun '08, 8:35pm
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
ferreo
Wed 4th Jun '08, 8: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
You are right, I figured out which one it was. Thanks Steve.
TimL
Fri 25th Jul '08, 12:17pm
Which plugin was it? I have the same issue.
Thanks
Jefff
Fri 5th Sep '08, 8:49am
I have the same problem, and it's caused by a plugin I wrote myself.
What is it that the plugin could be doing to cause this?
Kerry-Anne
Wed 10th Sep '08, 10:19pm
I'm sorry but we do not provide official support for custom coding. However you can try asking for this kind of help over at the vB mod site: http://www.vbulletin.org/forum/
vBulletin® v3.8.0 Release Candidate 1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.