Seite 1 von 1

Problem mit Intro und Portal mod!

Verfasst: 18.03.2006 18:25
von hbluec
Habe die manuele version gewählt und alles hochgeladen!

Nun soll ich die intro_portal_mod_db_install.php ausführen und bekomme nun folgende Fehlermeldung:

Warning: mysql_connect(): Access denied for user: 'd0029096@localhost' (Using password: NO) in /www/htdocs/w006a38a/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /www/htdocs/w006a38a/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/htdocs/w006a38a/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database




Sieht so aus als wenn er nicht die db öffnen kann nur warum ?

Plz help ! thx

Verfasst: 18.03.2006 19:47
von DerGonzo
Moin!

Ist hier schon 1.000 Mal beschrieben worden.

Ändere in der Datei die Stellen "include..." in "include_once..." ab. :wink:

Schönen Gruß,
DerGonzo!

Verfasst: 18.03.2006 19:50
von hbluec
Vielen Dank! hab zwar suche benutzt aber nix passendes gefunden! THX

Verfasst: 18.03.2006 19:52
von hbluec
nur fürs verständnis!

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);


diese includes meinste oder ?

Verfasst: 18.03.2006 20:06
von scheibenbrot
genau das meint er :wink:

Also das fett gedruckte:

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);

Daraus:

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);

Cool

Verfasst: 18.03.2006 20:11
von hbluec
hat gefunzelt! thx

Verfasst: 18.03.2006 20:19
von hbluec
hmmm hab jetzt das nächste Prob!

seht selbst:

http://w006a38a.dd5428.kasserver.com

ich komm nicht mehr weiter! also ich bleib immer auf der einen seite!

Kann es sein das es daran liegt weil ich im domain namen im adminbereich ein /portal.php dahinter gemacht habe?

wenn ja wie bekomm ich es wieder weg? komm ja net mehr in den adminbereich! :roll:

Verfasst: 18.03.2006 20:36
von scheibenbrot
Ich komm auf alle Seiten.....
Hasse ein Backup, von eben, als du das noch nicht geändert hast??

Cool