Seite 1 von 1

Intro + Portal MOD Problem

Verfasst: 19.12.2005 19:14
von goodie39
ich hab mir die Intro + Portal MOD gedownloadet und will sie einbauen. Ich hab mir die Install. txt angeschaut und gesehen das ich die install.php ausführen soll, wenn man sie ausführt kommt diese Fehlermeldng

Code: Alles auswählen

Warning: mysql_connect(): Access denied for user: 'drugstar@localhost' (Using password: NO) in /usr/export/www/vhosts/funnetwork/hosting/drugstar/phpBB2/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/drugstar/phpBB2/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /usr/export/www/vhosts/funnetwork/hosting/drugstar/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database
install.txt
http://rapidshare.de/files/9461890/inst ... 0.txt.html

intro_portal_mod_db_install.php:
http://rapidshare.de/files/8335046/intr ... l.php.html


sry das es .php is rapidshare hats net angenommen

Faulpelzalarm

Verfasst: 19.12.2005 19:29
von gloriosa
Hallo,
zur Lösung des Problemes gibt es u.a. dieses
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:
in mittlerweile einigen Kommentaren ! :oops:

Verfasst: 21.12.2005 12:44
von pAsCaL24
Hallo,

bin neu hier :D
hatte das selbe bzw. ein ähnliches Problem.

Nach der Installation des Mods mit Easymod wollte ich die .._install.php ausführen...ging aber nit.

Fatal error: could not connect to database

Dank der kleinen Änderung in der instal.php von gloriosa hat aber doch alles wunderbar funktioniert.

DANKE!!!

MfG