Seite 1 von 1

MOD Fehler

Verfasst: 09.05.2006 15:35
von TNT-Virtual
Hallo zusammen,


Nachdem ich auf mein Standart Forum das Mod Intro/Portal installieren wollte, bin ich auf einen doch sehr seltsamen Fehler gestoßen den ich nicht zu erklären vermag, dies mag auch daran liegen das ich KEIN php/mysql Profi bin ;):


In dem Mod heißt es man soll die Files in die vorgesehenden Dateien packen, soweit sogut, und wenn dieses erledigt ist die intro_portal_mod.... ausführen. Da
tritt der Fehler auf! Nachdem ich alle Dateien uploadet hatte, traf ich auch der INDEX des Forums diesen Fehler auf:

Code: Alles auswählen

 
Could not query Intro + Portal configuration !

RUN intro_portal_mod_db_install.php AND DELETE IT AFTER THAT AND CHECK THE FILES TO EDIT !!!

Fehler beim Abfragen der Intro + Portal Konfiguration !

FÜHRE DIE intro_portal_mod_db_install.php AUS UND LÖSCHE SIE DANACH UND ÜBERPRÜFE DIE ZU EDITIERENDEN DATEIEN !!!

HTH AWSW

DEBUG MODE

SQL Error : 1146 Table 'usr_XXXXXXX_1.INTROPORTALMOD_TABLE' doesn't exist

SELECT * FROM INTROPORTALMOD_TABLE

Line : 44
File : intro.php 


als ich dann die intro_portal_install... ausführen wollte traf ich auf:

Code: Alles auswählen

Warning: mysql_connect(): Access denied for user: 'webXXXX@localhost' (Using password: NO) in /home/www/web886/html/phpBB2/db/mysql4.php on line 48

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

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

Could not connect to the database 
Naja hoffe ihr könnt mir helfen,

Verfasst: 09.05.2006 16:24
von blubbin
Hi,

ö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);
Desweiteren hättest du vorher die Suchfunktion nutzen, und im richtigen Forum posten sollen.

Gruß,
blubbin

Verfasst: 09.05.2006 17:17
von TNT-Virtual
ok vielen Dank hat geholfen funzt nun und wegen der suche tut mir leid gelobe besserung :wink: