Seite 1 von 1

Error in mysql4.php bei installation des statistik mod 2.1.5

Verfasst: 14.11.2005 23:29
von Latinoportal
Mod Title: Board Statistics
Mod Version: 2.1.5
Mod Author: Acyd Burn < acyd.burn@gmx.de > - Meik Sievertsen (http://www.opentools.de/board )

Beim Versuch die mod_table_inst.php aufzurufen erhalte ich folgenden Fehler:

Code: Alles auswählen

Warning: mysql_connect(): Access denied for user 'XXXXXX'@'localhost' (using password: NO) in /XXX/XXX/phpBB2/db/mysql4.php on line 48

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

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

Could not connect to the database
Kann das an dieser neuen php-version liegen?

Gruß
M. Stauch

Verfasst: 14.11.2005 23:33
von spritzpistole

Verfasst: 14.11.2005 23:38
von Latinoportal
spritzpistole hat geschrieben:Could not connect to the database
Die Datenbank Anbindung ist prima!!!

Nur diese DATENBANK - INSTALLER - Datei macht Probleme ... sonst läuft alles!

Verfasst: 14.11.2005 23:51
von Latinoportal
Hatte auch am Freitag bereits Probleme mit Installer-Dateien (Intro- und Portal Mod 1.50a) ...

Verfasst: 15.11.2005 00:07
von Latinoportal
Gleiche Fehlermeldung auf einer neuen Xampp Testumgebung ...

Verfasst: 15.11.2005 00:10
von Latinoportal
Hinweis: mysql4.php ist unverändert!!!

Code: Alles auswählen

Zeile 48
$this->db_connect_id = ($this->persistency) ? mysql_pconnect($this->server, $this->user, $this->password) : mysql_connect($this->server, $this->user, $this->password);

Zeile 330
$result['message'] = mysql_error($this->db_connect_id);

Zeile 331
$result['code'] = mysql_errno($this->db_connect_id);

Verfasst: 15.11.2005 00:15
von Markus67

Verfasst: 15.11.2005 00:21
von Latinoportal
Markus67 hat geschrieben:Hi ...

http://www.phpbb.de/viewtopic.php?p=588796#588796 :wink:

Markus
Das ist die Lösung! Danke ...

Also 2.0.18 ist schuld!

Gruß

Matthias