PDA

View Full Version : mysql error number: 0


CoreyT
09-24-2005, 01:24 AM
Hello, we have a forum at www.allprogamer.com

The index page is working, but the forum page of http://www.allprogamer.com/upload/index.php?
quit working today.

I read elsewhere to get the source code for the error page, and this is what it shows.

<html><head><title> Database Error</title><style type="text/css"><!--.error { font: 11px tahoma, verdana, arial, sans-serif; }--></style></head>
<body></table></td></tr></table></form>
<blockquote><p class="error">&nbsp;</p><p class="error"><b>There seems to have been a slight problem with the database.</b><br />
Please try again by pressing the <a href="javascript:window.location=window.location;">refresh</a> button in your browser.</p><p class="error">An E-Mail has been dispatched to our <a href="mailto:flybye@comcast.net">Technical Staff</a>, who you can also contact if the problem persists.</p><p class="error">We apologise for any inconvenience.</p></blockquote>

<!--
Database error in vBulletin :

Link-ID == false, connect failed
mysql error:

mysql error number: 0

Date: Friday 23rd of September 2005 07:21:54 PM
Script: http://www.allprogamer.com/upload/index.php?
Referer: http://www.allprogamer.com/

What do we have to edit to get the forum going again.
Thanks, Corey

Paul M
09-24-2005, 01:52 AM
That error means you are failing to connect to mysql - using the details in your config.php - so either someone has edited them, or your mysql is broken or stopped.

Boofo
09-24-2005, 03:28 AM
And to add to Paul's excellent summation ... this is a dead give-a-way:

connect failed