

ok danke
aber das sollte das team auch bei dem mod in der datenbank hinschreiben... sodass mand as gleich sieht.
Eingeloggt war ich.Warning: mysql_connect(): Access denied for user: 'spdmgforum@localhost' (Using password: NO) in [...]/phpBB2/db/mysql4.php on line 48
Warning: mysql_error(): supplied argument is not a valid MySQL-Link resource in [...]/phpBB2/db/mysql4.php on line 330
Warning: mysql_errno(): supplied argument is not a valid MySQL-Link resource in [...]/phpBB2/db/mysql4.php on line 331
phpBB : Kritischer Fehler
Could not connect to the database
Code: Alles auswählen
$this->db_connect_id = ($this->persistency) ? mysql_pconnect($this->server, $this->user, $this->password) : mysql_connect($this->server, $this->user, $this->password);
Code: Alles auswählen
function sql_error()
{
$result['message'] = mysql_error($this->db_connect_id);
$result['code'] = mysql_errno($this->db_connect_id);
return $result;
}