Seite 1 von 1

attach mod problem

Verfasst: 20.11.2005 10:55
von michi50
immer wenn ich denn datenbank installskript ausführe kommt!:

Could not connect to the database

ich benütze phpBB 2.0.18

Verfasst: 20.11.2005 11:12
von Markus67
Hi ...

öffne die mod_table_inst.php
suche:

Code: Alles auswählen

include($phpbb_root_path.'includes/db.'.$phpEx);
ersetze mit:

Code: Alles auswählen

include_once($phpbb_root_path.'includes/db.'.$phpEx);
Markus