Quote:
Originally Posted by milsirhc
I'm having a major issue:
I've uninstall this product, however now I am getting a SQL error:
Database error in vBulletin 3.8.4:
Invalid SQL:
UPDATE vb_user SET xperience_done=0 WHERE userid='1';
MySQL Error : Unknown column 'xperience_done' in 'field list'
and I am unable to login to my admin CP nor login nor post.
I need help desperately!!
|
Add this to your CONFIG.PHP
Quote:
define("DISABLE_HOOKS", true);
|
That should get you back into your ADMINCP.
From there disable anything related to xperience. Then remove the line to reactivate your plug-ins.
You probably un-installed the mod incorrectly or incompletely. A Reinstall may be necessary. Also make sure you have un-installed ALL related mods as well.
Hope this helps.