MySQL foutmelding na reinstall
Geplaatst: 12 feb 2007, 03:49
Ik wil upgraden van 2.0.19 naar 2.0.22.
Ik kies voor een reïnstallatie waarbij ik nauwkeurig de richtlijnen volg op http://www.phpbb.com/kb/article.php?article_id=271 (onderaan de pagina, onder reinstall)
Alle stappen verlopen zonder problemen.
Wanneer ik echter naar het forum wil gaan, krijg ik volgende foutmelding:
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'forum.temp_config' doesn't exist
SELECT * FROM temp_config
Line : 215
File : common.php
temp_config bestaat inderdaad niet, want die is onder stap 7c verwijderd.
In common.php staat op lijn 215 e.v. dit:
$sql = "SELECT *
FROM " . CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
Iemand die hiermee raad weet en mij kan zeggen hoe ik mijn forum online krijg?
Ter informatie:
PHP version 4.4.4
MySQL version 4.1.21-standard
Alvast bedankt!
Ik kies voor een reïnstallatie waarbij ik nauwkeurig de richtlijnen volg op http://www.phpbb.com/kb/article.php?article_id=271 (onderaan de pagina, onder reinstall)
Alle stappen verlopen zonder problemen.
Wanneer ik echter naar het forum wil gaan, krijg ik volgende foutmelding:
phpBB : Critical Error
Could not query config information
DEBUG MODE
SQL Error : 1146 Table 'forum.temp_config' doesn't exist
SELECT * FROM temp_config
Line : 215
File : common.php
temp_config bestaat inderdaad niet, want die is onder stap 7c verwijderd.
In common.php staat op lijn 215 e.v. dit:
$sql = "SELECT *
FROM " . CONFIG_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
Iemand die hiermee raad weet en mij kan zeggen hoe ik mijn forum online krijg?
Ter informatie:
PHP version 4.4.4
MySQL version 4.1.21-standard
Alvast bedankt!