CyberRanger |
02-08-2006 09:09 AM |
Quote:
Originally Posted by mholtum
I uninstalled that plugin awhile ago... Hmmmm... How can I fix it?
PHP Code:
SQL query:
ALTER TABLE vb350_usergroup DROP vbspacecomments
MySQL said:
#1091 - Can't DROP 'vbspacecomments'. Check that column/key exists
|
Couple more ideas to help you here (cause you really do need to fix this our your won't be able to change any usergroup permissions)
1. Check you includes/xml folder for any xml files associated with the "Profile Comments" system. Remove any if you find them then rebuild your bitfields.
2. Trick the system! Add the field vbspacecomments back into the usergroup table. (ALTER TABLE usergroup ADD vbspacecomments INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL)
[This isn't an issue caused by AboutToday. I don't want first time readers to be confused and think it is or was.]
|