Tach auch.
Ich habe mit dem Gästebuch ein paar Probleme.
Es liegt irgendwie an der Datenbank soweit ich das im Error-Log sehen kann.
(FF macht mit Cookies auf ON das Prob, das man keinen Eintrag sehenn kann)
Hier die Fehlermeldung :
[24-Sep-2006 13:14:00] /contenido/cms/front_content.php?idcat=83 MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '><meta name= ORDER BY date DESC LIMIT 0, 10' at line 1
SELECT id, active, name, email, url, entry, image, comment, iphost, user1, user2, user3, UNIX_TIMESTAMP(date) as datum FROM con_vpguestbook WHERE active=1 AND client=1 AND lang=1><meta name= ORDER BY date DESC LIMIT 0, 10
[24-Sep-2006 13:14:00] /contenido/cms/front_content.php?idcat=83 next_record called with no query pending in Module ID 52.
[24-Sep-2006 13:15:29] /contenido/cms/front_content.php?idcat=83 MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '><meta name= ORDER BY date DESC LIMIT 0, 10' at line 1
SELECT id, active, name, email, url, entry, image, comment, iphost, user1, user2, user3, UNIX_TIMESTAMP(date) as datum FROM con_vpguestbook WHERE active=1 AND client=1 AND lang=1><meta name= ORDER BY date DESC LIMIT 0, 10
[24-Sep-2006 13:15:29] /contenido/cms/front_content.php?idcat=83 next_record called with no query pending in Module ID 52.
[24-Sep-2006 13:15:42] /contenido/cms/front_content.php?client=1&idcatart=6&idart=6&lang=1%3E%3Cmeta%20name= MySQL error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '><meta name= AND a.online = 1 ORDER BY a.created desc' at line 15
SELECT
a.idart,
a.idartlang,
c.is_start
FROM
con_art_lang AS a,
con_art AS b,
con_cat_art AS c
WHERE
c.idcat = 8 AND
b.idclient = 1 AND
b.idart = c.idart AND
a.idart = b.idart AND
a.idlang = 1><meta name= AND a.online = 1 ORDER BY a.created desc
[24-Sep-2006 13:15:42] /contenido/cms/front_content.php?client=1&idcatart=6&idart=6&lang=1%3E%3Cmeta%20name= next_record called with no query pending in Module ID 44.
[24-Sep-2006 13:18:50] PHP Warning: Invalid argument supplied for foreach() in /srv/www/htdocs/vhosts/w2359/
www.anne-frank-ge.de/contenido/contenid ... m.php(423) : eval()'d code on line 57
Der Letzte Error-Log Eintrag kommt wenn ich den Cookie gegen Mehrfacheinträge ausschalte (ist ja auch nicht wirklich eine Lösung).
Hier zur Hilfe meine Serverconfiguration :
Server Betriebssystem Apache/2.0.54 (Linux/SUSE)
PHP MySQL database extension mysql
MySQL Serverversion 4.1.13
Installierte PHP-Version 5.0.4
safe_mode Deaktiviert
magic_quotes_gpc Aktiviert
magic_quotes_runtime Deaktiviert
gpc_order
memory_limit 32M
max_execution_time 300
Deaktivierte Funktionen show_source, system, shell_exec, passthru, exec, popen, proc_open
Gettext extension nicht geladen
sql.safe_mode Deaktiviert
Grüße,
Marc