View Single Post
Creampuffyness
Senior Member
Join Date: Jun 2009
Old 02-04-2015 , 20:07   Re: Donation Control 3.1.0 [over 1000 donations served!]
Reply With Quote #507

Ok guys I was able to fix it on my NFO hosted Sourcebans. Heres what you do. Go into your donation control folder on your web server or FTP whatever. So to the "includes" folder. Edit the file SourceBansClass.php. Go to Line 17. See this:
$this->sdb = new PDO('mysql:host=' . SB_HOST . ';dbname=' . SOURCEBANS_DB . ';charset=utf8', SB_USER, SB_PASS);

Add a space between 'mysql:host=' so it reads:

$this->sdb = new PDO('mysql: host=' . SB_HOST . ';dbname=' . SOURCEBANS_DB . ';charset=utf8', SB_USER, SB_PASS);

Do the same for line 25. Mine started loading right away.
__________________

Last edited by Creampuffyness; 02-04-2015 at 20:08.
Creampuffyness is offline