Code: Alles auswählen
phpBB : Kritischer Fehler
Could not connect to the databaseIch bin per PhpmyAdmin rein: Alles Ok
Also mir fehlt zur Zeit einfach die Ideen was es sein kann.
Weiß jemand von euch bescheid?
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not connect to the databaseCode: Alles auswählen
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);Code: Alles auswählen
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
include_once($phpbb_root_path . 'includes/db.'.$phpEx);