View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-12-2012 , 11:53   Re: SourceBans 1.4.9 (Updated 2011/11/18)
#3094

Quote:
Originally Posted by NaRyan View Post
Having a problem with the version of sourcebans from the SVN.
I updated to that one since it fixes a XML problem.

however when I run the updater I get this error:

Code:
Duplicate column name 'steam_universe' 

SQL Query type: EXECUTE
Script: '/bans/updater/index.php'
SQL Query: ALTER TABLE `sb_mods` ADD `steam_universe` TINYINT NOT NULL DEFAULT '0' AFTER `modfolder`, ADD INDEX ( `steam_universe` );
SQL Params:
Code:
Setup...
Checking current database version... 354
Updating database to version: 356
Updating...
Running update: v355... Error executing: /updater/data/355.php. Stopping Update!
Update Failed.
Any ideas?
Did you run the update twice and it errored before with a different error? You already got the steam_universe column in your sb_mods database table. Try running the queries in /updater/data/355.php manually in phpmyadmin and set the 'config.version' to 355 in your sb_settings database table. Rerun the updater afterwards.

Please report any other issues you might encounter, especially with the new override features!
__________________
Peace-Maker is offline