MyBB.de Forum
gästebuch-fehler - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Anpassungen (https://www.mybb.de/forum/forum-47.html)
+--- Forum: Plugin-Diskussionen (https://www.mybb.de/forum/forum-38.html)
+--- Thema: gästebuch-fehler (/thread-7851.html)



gästebuch-fehler - Andii S. - 30.11.2007

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


RE: gästebuch-fehler - StefanT - 30.11.2007

Ersetze in den Dateien des Gästebuchs alle:
PHP-Code:
mysql_real_escape_string 
durch:
PHP-Code:
$db->escape_string 



RE: gästebuch-fehler - Andii S. - 30.11.2007

danke schön funzt Smile