Quote:
Originally Posted by peterska2
@ saman - have you imported the product? this modification will not create any errors
|
Dear peterska,
I did actually before i started with any thing.
CP>Plugins> Manage plugins
One of the admins in vbulletin.com has send me this thread;
I searched your error code here and most of the Threads with the same or similar error codes suggest the problem is related to plugins. The usual response includes these suggestions:
"Disable your plugins, then reenable them one at a time till you find out which one is causing this."
"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"
Regards,