Quote:
Originally Posted by TazeredBlackMan
Hey I installed and then uninstalled this product. Now when I go to make a new usergroup I get a SQL error saying Unknown column 'bumpthreadspermissions' in 'field list'
|
Run this SQL query and it will fix it:
Code:
ALTER TABLE usergroup DROP bumpthreadspermissions
Obviously, if you have any table prefixes, use it before 'usergroup'.