Seite 1 von 1

Intro + Portal - Full Install 1.50a

Verfasst: 04.01.2006 18:31
von DreamPromise
Moin moin

ich hab gerade auf einem fremden Server diese MOD installiert.
Nach dem ausführen der intro_portal_mod_db_install.php kommt folgende Meldung:
Warning: mysql_connect(): Access denied for user: 'd0022f35@localhost' (Using password: NO) in /www/htdocs/w0063d5b/db/mysql4.php on line 48

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

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /www/htdocs/w0063d5b/db/mysql4.php on line 331
php
Ich hab mich natürlich als Admin eingeloggt.

Hat einer ne Idee ??

DP

Re: Intro + Portal - Full Install 1.50a

Verfasst: 04.01.2006 18:42
von gloriosa
Hallo,
dazu
DreamPromise hat geschrieben:Hat einer ne Idee ??
hättest Du die Lösung finden können, wenn Du auf die Idee gekommen wärst die boardeigene Funktion [ externes Bild ] Suchen zu benutzen ! :oops:

Denn dann wären Dir sicher verschiedene Beiträge mit Inhalt wie diesem
gloriosa hat geschrieben:Hallo,
öffne die intro_portal_mod_db_install.php und suche Folgendes

Code: Alles auswählen

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);
und ersetze es mit diesem

Code: Alles auswählen

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);
Dann sollte es funktionieren ! :wink:
aufgefallen ! :oops: