Fehlermeldung nach Installation

Gesperrt
Contenider
Beiträge: 503
Registriert: Do 6. Apr 2006, 01:40
Kontaktdaten:

Fehlermeldung nach Installation

Beitrag 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?
Zuletzt geändert von Contenider am Di 20. Nov 2007, 23:30, insgesamt 2-mal geändert.
Ειμαστε στη μεση απο κατι...
HerrB
Beiträge: 6935
Registriert: Do 22. Mai 2003, 12:44
Wohnort: Berlin
Kontaktdaten:

Beitrag 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
Bitte keine unaufgeforderten PMs oder E-Mails -> use da Forum!

Newsletter: V4.4.x | V4.6.0-15 (Module, Backend) | V4.6.22+
Standardartikelliste: V4.4.x | V4.6.x
http://www.contenido.org/forum/search.php | http://faq.contenido.org | http://www.communido.net
Contenider
Beiträge: 503
Registriert: Do 6. Apr 2006, 01:40
Kontaktdaten:

Beitrag von Contenider »

Errorlog geleert und keine weiteren Fehler, etwas komisch...

Danke Björn
Ειμαστε στη μεση απο κατι...
Gesperrt