Seite 1 von 1

Fehlermeldung nach Installation

Verfasst: So 28. Mai 2006, 11:28
von Contenider

Code: Alles auswählen

[28-May-2006 12:06:02] /267f2c02d/front_content.php 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 '!' at line 6
SELECT idright 
					FROM con_rights AS A,
						 con_actions AS B,
						 con_area AS C
					 WHERE B.name = 'front_allow' AND C.name = 'str' AND A.user_id = 'nobody' AND A.idcat = ''
							AND A.idarea = C.idarea AND B.idaction = A.idaction AND A.idlang = !LANG!
[28-May-2006 12:06:02] /267f2c02d/front_content.php next_record called with no query pending.
[28-May-2006 12:06:03] PHP Warning:  Cannot modify header information - headers already sent by (output started at /homepages/35/d111288515/htdocs/267f2c02d/front_content.php:251) in /homepages/35/d111288515/htdocs/267f2c02d/front_content.php on line 351
[28-May-2006 12:06:03] /267f2c02d/front_content.php?client=2&idcat=0&idart=0〈=!LANG!&error=1 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 '!' at line 6
SELECT idright 
					FROM con_rights AS A,
						 con_actions AS B,
						 con_area AS C
					 WHERE B.name = 'front_allow' AND C.name = 'str' AND A.user_id = 'nobody' AND A.idcat = '0'
							AND A.idarea = C.idarea AND B.idaction = A.idaction AND A.idlang = !LANG!
[28-May-2006 12:06:03] /267f2c02d/front_content.php?client=2&idcat=0&idart=0〈=!LANG!&error=1 next_record called with no query pending.
[28-May-2006 12:10:19] /xxx.com/front_content.php 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 '!' at line 6
SELECT idright 
					FROM con_rights AS A,
						 con_actions AS B,
						 con_area AS C
					 WHERE B.name = 'front_allow' AND C.name = 'str' AND A.user_id = 'nobody' AND A.idcat = ''
							AND A.idarea = C.idarea AND B.idaction = A.idaction AND A.idlang = !LANG!
[28-May-2006 12:10:19] /xxx.com/front_content.php next_record called with no query pending.
[28-May-2006 12:10:19] PHP Warning:  Cannot modify header information - headers already sent by (output started at /homepages/35/d111288515/htdocs/xxx.com/front_content.php:251) in /homepages/35/d111288515/htdocs/xxx.com/front_content.php on line 351
[28-May-2006 12:10:19] /chatzifrantzis.com/front_content.php?client=2&idcat=0&idart=0〈=!LANG!&error=1 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 '!' at line 6
SELECT idright 
					FROM con_rights AS A,
						 con_actions AS B,
						 con_area AS C
					 WHERE B.name = 'front_allow' AND C.name = 'str' AND A.user_id = 'nobody' AND A.idcat = '0'
							AND A.idarea = C.idarea AND B.idaction = A.idaction AND A.idlang = !LANG!
[28-May-2006 12:10:19] /chatzifrantzis.com/front_content.php?client=2&idcat=0&idart=0〈=!LANG!&error=1 next_record called with no query pending.
Diese Meldung stand, nach einer fehlerfreien Installation (Beispielseite mit Modulen und Inhalten) der aktuellen Contenido Version 4.6.8.5 (inoffizielle Version von Rezeptionist), in der Contenido Errorlog. Trotz der Meldung funktioniert das CMS fehlerfrei.

Wer kann Aufschluss zu dieser Fehlermeldung geben?

Verfasst: So 28. Mai 2006, 18:01
von HerrB
Nun, da wurde die $lang-Variable nicht sauber initialisiert. Leere mal das Log - wenn es quasi leer bleibt, war es das...

Gruß
HerrB

Verfasst: Mo 29. Mai 2006, 14:47
von Contenider
Errorlog geleert und keine weiteren Fehler, etwas komisch...

Danke Björn