This page is meant to be displayed only,
if the web site software that runs at the server
does not have sufficient access to some resource,
for example, a database or a file, or there is
some trouble with the setup of the web application.
For example, the application might use a wrong
username or a wrong password for accessing
its database or uses a wrong port for accessing
the database.
In general this error is meant to indicate
only flaws that occur within the setup of
the web application and not the web application
itself, but it is possible that this error is
triggered by a flaw in the web application.
";
if(sirelSiteConfig::$debug_PHP){
echo str_replace("\n", "
\n", sirelLogger::to_s('debug'));
echo "
\n The start of the 'default' log:
\n".
str_replace("\n", "
\n", sirelLogger::to_s());
}
?>
-------------------------