Quote:
Originally Posted by Senti.Jatt
yeah i had installed MGC shoutbox but uninstalled it cause it didn;t work
|
It would appear that MGC Chat Box doesn't uninstall the tables it added. Try running this query:
ALTER TABLE x DROP mgccustomusergroupperms;
Just replace x with the table name (which i don't see in your first post and I cannot look up right now) and make sure you include your table prefix. That should fix your problem.