Merci
Zoltatem pour l'info sur cet hébergeur, mais pour le moment j'ai un contrat jusqu'au 08/2011.
Cela fait trois jour que bizarrement le site marche très bien le soir mais le matin il est a nouveau en panne.
Skud29 voici les infos du fichier sql_layer.php :
76 if (isset($msg)) {
77 if (!defined('MX_SQL_VERSION')) {
78 define('MX_SQL_VERSION', '0');
79 }
80 if ($GLOBALS['mxSqlErrorDebug']) {
81 $msg = "Selection from database failed, please check the settings.<br/>Kein Zugriff auf die Datenbank moeglich, bitte ueberpruefen Sie die Einstellungen.<br/><br/><b>" . $msg . "</b><br/> mysql-error: " . mysql_errno() . '<br/><br/>' . mxDebugBacktrace(false);
82 } else {
83 $msg = "Sorry, wir haben zur Zeit Probleme mit der Datenbank.<br/>Sorry, we have some database-problems.<br/><br/>(" . mysql_errno() . ")";
84 }
85 die(mxSqlPrepareMessage('<html><head><title>' . $GLOBALS['sitename'] . '</title></head><body text="#000080"><h1>' . $GLOBALS['sitename'] . '</h1>' . $msg . '<br/><br/><br/>' . MX_VERSION . '</body></html>'));
86 }