Thread: Global banlist
View Single Post
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 05-23-2006 , 13:46  
Reply With Quote #26

Oops, my fault.
Open getupdates.php, you will see this line:
Code:
error_reporting(E_ALL);
Change the E_ALL to 0, so it becomes

Code:
error_reporting(0);
and let your server go through another update cycle (or delete the two files in the data directory, to force an update)

Your problem should be fixed after this.
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline