Seite 1 von 1

Intro und Portal

Verfasst: 18.12.2005 22:43
von zumina
Also, ich habe habe da ein problem, wenn ich auf den db installer gehe bekomme ich nur eine 'nettes'

Code: Alles auswählen

Warning: mysql_connect(): Access denied for user: 'zumina@localhost' (Using password: NO) in /usr/export/www/vhosts/funnetwork/hosting/zumina/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/zumina/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/zumina/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database
gezeigt, ich habe den mod mit EM instaliert und auch nachgeguckt ob di commo.php verändert wurde. :S
ich bitte um hilfe.
(falls ich genau die themen die bei suche erscheinen, die über das gleiceh prob gehn,überblättert habe entschuldige ich mich)

Verfasst: 18.12.2005 23:06
von LadyDana
Hi!

Öffne die intro_portal_mod_db_install.php und suche:

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);
ersetze mit:

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 muss es funktioniern!