MyBB.de Forum

Normale Version: gästebuch-fehler
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
wenn ich das gb plugin aktiviere und einen eintrag machen will kommt:


Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: Access denied for user 'www-data'@'localhost' (using password: NO) in /srv/www/httpd/phost/f/net/pytalhost/freedom-bananas/web/forum/gb.php on line 27

Warning: mysql_real_escape_string() [function.mysql-real-escape-string]: A link to the server could not be established in /srv/www/httpd/phost/f/net/pytalhost/freedom-bananas/web/forum/gb.php on line 27

Warning: Cannot modify header information - headers already sent by (output started at /srv/www/httpd/phost/f/net/pytalhost/freedom-bananas/web/forum/gb.php:27) in /srv/www/httpd/phost/f/net/pytalhost/freedom-bananas/web/forum/inc/functions.php on line 78




Freedom-Bananas

Comment Successfully Added
Klicke hier, wenn du nicht länger warten willst.

im gb steht dann zwar neuer eintrag by snAke aber der is leer,...wie kann ich dem abhelfen ?
thx im vorraus
Ersetze in den Dateien des Gästebuchs alle:
PHP-Code:
mysql_real_escape_string 
durch:
PHP-Code:
$db->escape_string 
danke schön funzt Smile