PDA

View Full Version : Need help fixing this error.. MySQL Error : Unknown column 'mgccustomusergrou


kano1977
09-26-2008, 09:21 PM
I am totally lost on how to fix this i would apprecite anyone help ....

Lynne
09-26-2008, 10:33 PM
It's from an add-on you have installed as that is not a default column in vbulletin (at least, not that I recognize - you really should post the exact error when asking for help).
Try disabling your plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Alfa1
09-26-2008, 10:57 PM
Do you have MGC chatbox installed?

Marco van Herwaarden
09-27-2008, 10:43 AM
You probably have not removed the ./includes/xml/*_MODNAME.xml files for a modifiction you have uninstalled.

kano1977
09-27-2008, 11:10 AM
thanks mark i fixed it ...