Comment 2 for bug 365783

Revision history for this message
Sebastian Geiger (lanoxx) wrote : Re: [Bug 365783] Re: [Wordpress] Provide better error message in wp-config.php

There should be something like:

"File: /etc/wordpress/config-localhost.php could not be found. The file
is either not readable by this process or does not exist. Pleas check if
/etc/wordpress/config-localhost.php exists and contains the right
password/username. Also make sure the file has mode 520."

Basically an error like this is very undescriptive because you dont know
where to start looking for:
        header("HTTP/1.0 404 Not Found");
        echo "404 Not found";

But I filed this bug quite some time ago, I can not quite recall what
was the exact problem other from what I wrote in the bug report. But I
had something to do with the fact the one for the files I mentioned was
missing or not readable.

Bhavani Shankar wrote:
> Can you please explain with a sample of the description?
>
> Regards
>