• When my host’s MySQL db is down, I get a page that says there’s a trouble connecting to the db.

    How can I change that page ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 1. If it happens so often that you have to think about changing the message – it’s time to look for a decent host.
    2. The message comes from /wp-includes/wp-db.php file.

    Thread Starter weeble

    (@weeble)

    Is it this part..? If so, how can i confgure the $message ?

    <body>
    <h1 id=”logo”><img alt=”WordPress” src=”http://static.wordpress.org/logo.png&#8221; /></h1>
    HEAD;
    echo $message;
    echo “</body></html>”;

    What is the message you want to change? At the beginning of that file you can see ALL the error messages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘change the error page’ is closed to new replies.