Seite 1 von 1

DB Connect Prob mit intro_portal_mod

Verfasst: 01.05.2006 00:16
von K!nG-Stylz
Hallo Forum,
also wie oben schon der Titel sagt gibts probs bei dem ausführen der Install.php

er schreibt

phpBB : Kritischer Fehler

Could not connect to the database

aber die daten in der Config.php sind alles Korrect

Verfasst: 01.05.2006 00:21
von Gulaschk@none
hast du schon :

Code: Alles auswählen

$phpbb_root_path = './';
include($phpbb_root_path . 'extension.inc');
include($phpbb_root_path . 'config.'.$phpEx);
include($phpbb_root_path . 'common.'.$phpEx);
include($phpbb_root_path . 'includes/constants.'.$phpEx);
include($phpbb_root_path . 'includes/db.'.$phpEx);
mit

Code: Alles auswählen

$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'config.'.$phpEx);
include_once($phpbb_root_path . 'common.'.$phpEx);
include_once($phpbb_root_path . 'includes/constants.'.$phpEx);
include_once($phpbb_root_path . 'includes/db.'.$phpEx);
ersetzt ???

und dazu gibt es hier tausend themen :roll:

das nächste mal kannst auch du die : Suche verwenden !

^^

Verfasst: 01.05.2006 00:25
von K!nG-Stylz
Thank's Gulaschk@none hat geklappt