Seite 1 von 2
Intro und Portal Mod
Verfasst: 24.08.2006 16:55
von paindrummer
Moinsen,
ich versuche die intro_portal_mod_db_install.php über die Adresszeile im Browser aus aufzurufen, jedoch bekomme ich folgende Fehlermeldung:
Warning: mysql_connect() [function.mysql-connect]: Access denied for
user 'xxxxx' (using password: NO) in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 48
>
> Warning: mysql_error(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 330
>
> Warning: mysql_errno(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line
331
> phpBB : Kritischer Fehler
>
> Could not connect to the database
Der Support meines Hosters meint der Fehler würde auftreten da ich eine MySql 5 Datenbank habe.
Bei dem Mod handelt es sich um den Intro + Portal - Full Install 1.50a
Kann mir jemand weiterhelfen?
Re: Intro und Portal Mod
Verfasst: 24.08.2006 17:17
von Banger
paindrummer hat geschrieben:Warning: mysql_connect() [function.mysql-connect]: Access denied for
user 'xxxxx' (using password: NO)
Offensichtlich wird kein Passwort übergeben...
Verfasst: 24.08.2006 18:44
von paindrummer
Kann man einstellen bzw. etwas hinzufügen, damit ein Passwort übermittelt wird?
Verfasst: 24.08.2006 18:45
von Tobi91
Funktioniert denn der Rest des Forums noch?
Jepp
Verfasst: 24.08.2006 18:53
von paindrummer
Der Rest des Forum funktioniert einwandfrei.
Ich habe den EasyMOD - Automatic MOD Installer
alpha3 (0.0.11a) und über diesen die Installation des Intro und Portal Mod gestartet.
Bis auf
Code: Alles auswählen
FÜHRE DIE DATEI intro_portal_mod_db_install.php AUS DEM FORUMROOT (Hauptverzeichnis Deines Forums) AUS UND LÖSCHE SIE DANACH !!!
Beispiel: http://www.domain.de/phpbb2/intro_portal_mod_db_install.php
RUN THE FILE intro_portal_mod_db_install.php FROM THE FORUMROOT (main-directory of your forum) AND DELETE IT AFTER THAT !!!
Example: http://www.domain.com/phpbb2/intro_portal_mod_db_install.php
führt der Installer wohl alles aus. Im Adminbereich des Forum erscheint auch eine Untergruppe für das Intro+Portal (Konfiguration und Navigation. Diese kann ich aber nicht anwählen. Dann erscheint das:
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'dbxxx.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
Keine Ahnung. Bis jetzt hab ich das Forum soweit hinbekommen aber mit Mods etc. kenne ich mich nicht aus. Ich bin selbst auf dem php Gebiet absoluter Laie....
Verfasst: 24.08.2006 18:59
von Gulaschk@none
warum führst du nicht intro_portal_mod_db aus wie es da steht

Verfasst: 24.08.2006 19:02
von Tobi91
Gulaschk@none hat geschrieben:warum führst du nicht intro_portal_mod_db aus wie es da steht

lies doch mal, was oben steht:
es kommt dann eine fehlermeldung:
Code: Alles auswählen
Warning: mysql_connect() [function.mysql-connect]: Access denied for
user 'xxxxx' (using password: NO) in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 48
>
> Warning: mysql_error(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 330
>
> Warning: mysql_errno(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line
331
> phpBB : Kritischer Fehler
>
> Could not connect to the database
Verfasst: 24.08.2006 19:03
von Gulaschk@none
Tobi91 hat geschrieben:Gulaschk@none hat geschrieben:warum führst du nicht intro_portal_mod_db aus wie es da steht

lies doch mal, was oben steht:
es kommt dann eine fehlermeldung:
Code: Alles auswählen
Warning: mysql_connect() [function.mysql-connect]: Access denied for
user 'xxxxx' (using password: NO) in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 48
>
> Warning: mysql_error(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line 330
>
> Warning: mysql_errno(): supplied argument is not a valid MySQL-Link
resource in /homepages/xx/xxx/htdocs/forum/db/mysql4.php on line
331
> phpBB : Kritischer Fehler
>
> Could not connect to the database
naja dann öffne die intro_portal_mod_db
und ersetze include
mit include_once das ganze kommt 4 mal vor ,das steht hier aber auch in 1000 Beiträgen !!!
Verfasst: 24.08.2006 19:14
von paindrummer
Gulaschk@none hat geschrieben:
naja dann öffne die intro_portal_mod_db
und ersetze include
mit include_once das ganze kommt 4 mal vor ,das steht hier aber auch in 1000 Beiträgen !!!
Danke, das hat schon mal geklappt, jedoch erscheint im Administrationsbereich unter Intro+Portla - Konfiguration folgendes:
Code: Alles auswählen
phpBB : Kritischer Fehler
Could not query introportalmod information in admin_board
DEBUG MODE
SQL Error : 1146 Table 'dbxxx.INTROPORTALMOD_TABLE' doesn't exist
SELECT * FROM INTROPORTALMOD_TABLE
Line : 73
File : admin_introportalmod.php
Was kann man da bzw. muss man machen?
Verfasst: 24.08.2006 19:24
von Gulaschk@none
hat es die install 100% erfolgreich ausgeführt ,oder hat es ein Fehler angezeigt ?
SQL Error : 1146 Table 'dbxxx.INTROPORTALMOD_TABLE' doesn't exist
weil das sagt mir das ne Tabelle fehlt
