Seite 1 von 1

fehlermeldung bei instalation vom portal mod.

Verfasst: 22.01.2006 16:20
von Fehlerteufel
hallo

ich wollte auf meiner seite den portalmod istallieren. ich habe die dateien auf den webserver geladen. und wollte nun die

"intro_portal_mod_db_install.php"

ausführen... aber da kommt diese fehlermeldung:

Code: Alles auswählen

Warning: mysql_connect(): Access denied for user: 'dbo112584092@212.227.118.25' (Using password: NO) in /homepages/34/d30140805/htdocs/zivileben/forum-new/db/mysql4.php on line 48

Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in /homepages/34/d30140805/htdocs/zivileben/forum-new/db/mysql4.php on line 330

Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in /homepages/34/d30140805/htdocs/zivileben/forum-new/db/mysql4.php on line 331
phpBB : Kritischer Fehler

Could not connect to the database

das forum an sich funzt aber ganz normal!

PS ich nutze das .19...

Verfasst: 22.01.2006 16:22
von kjwargan
Ändere un Deiner Install-Datei in

Code: Alles auswählen

<?php
define('IN_PHPBB', 1);
$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);

Verfasst: 22.01.2006 17:42
von Fehlerteufel
damke!!! jetzt gehts 8)