From: darrel <da...@da...> - 2004-05-12 03:17:33
|
>modify it such: > >231 if ($error == "DB"){ >232 echo "Unable to connect to your server's database.<br />"; >233 echo $core->db->message . "<br />"; >234 }elseif ($error == "prefix") Thanks, Michael. It's a small step forward. Unfortunately, the error is still pretty vague: Unable to connect to your server's database. DB Error: connect failed Any MySQL experts recognize what might be causing that error? -Darrel |