OK so can anyone help me out? I'm trying to set-up a faucet using a database from my hosting provider (bluehost.com) and when I set everything up it tells me that it "Can't connect to database. Check your config.php.". I've set up a faucet from my free hosting (hostinger.co.uk) and have gotten it to work. Anyone know what's different about bluehost?
It's likely the sql server you are pointing it to; different hosts have you point it to different places. I believe that Hostinger has you point it to
mysql.hostinger.co.uk or something similar, where as BlueHost would
want you to point it to 'localhost'.
If not, try setting
$display_errors to true in your
config.php and seeing if anything is returned.