View Single Post
Peace-Maker
SourceMod Plugin Approver
Join Date: Aug 2008
Location: Germany
Old 09-28-2008 , 10:28   Re: SourceBans (1.3.5) (UPDATE)
#1013

Quote:
Originally Posted by Gweedo View Post
I'm getting these errors on the updater and then on the ban list after the updater fails. I was updating from 1.3.0. Updater tells me the current database version is 0 and duplicate column name 'enable'. Anyone have any advice?[IMG]http://img101.**************/images/thpix.gif[/IMG]
try setting your config.version to 112 in your sb_settings table!
if this won't work, just replace the content of the failing update file e.g. "data/112.php" with
Code:
<?php return true; ?>
@ iTonY: do you have admin-flatfile.smx enabled?

@ ENF: in includes/sb-callback.php search for
Code:
$a_servername = ($a_servername
and replace the whole line with
Code:
$a_servername = ($a_servername=="0" ? null : RemoveCode($a_servername));
Peace-Maker is offline