Quote:
Originally Posted by darknusens
I tried to upgrade and got this:
what happened?
|
You didnt uninstall it first, like it mentions in the mod description.
If you dont want to lose your logs, then you can open the xml file in a text editor and remove the following lines, about line 49, save it and then use that XML file for upgrading/reinstalling.
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbstopforumspamviewpermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "usergroup ADD vbstopforumspamsubmitpermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL");