phpBB : Critical Error
Could not connect to the database
ändern?
Danke für Hilfe

LG Dominik
Code: Alles auswählen
// Make the database connection.
$db = new sql_db($dbhost, $dbuser, $dbpasswd, $dbname, false);
if(!$db->db_connect_id)
{
message_die(CRITICAL_ERROR, "Could not connect to the database");
}
Code: Alles auswählen
echo "<html>\n<body>\n" . $msg_title . "\n<br /><br />\n" . $msg_text . "</body>\n</html>";