Module ID

Gesperrt
Halchteranerin
Beiträge: 5478
Registriert: Di 2. Mär 2004, 21:11
Wohnort: Halchter, wo sonst? ;-)
Kontaktdaten:

Module ID

Beitrag von Halchteranerin »

Ich finde neuerdings im errorlog diese Einträge:
[23-May-2008 12:21:53] /cms/front_content.php?idcat=33&lang=1&client=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 'WHERE active=1 AND client=1' at line 1
SELECT count(*) AS total FROM WHERE active=1 AND client=1
[23-May-2008 12:21:53] /cms/front_content.php?idcat=33&lang=1&client=1 next_record called with no query pending in Module ID 149.
[23-May-2008 12:21:53] /cms/front_content.php?idcat=33&lang=1&client=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 'WHERE active=1 AND client=1 order by date desc LIMIT 0,10' at line 1
SELECT name, email, url, date, location, comments, id, active FROM WHERE active=1 AND client=1 order by date desc LIMIT 0,10
[23-May-2008 12:21:53] /cms/front_content.php?idcat=33&lang=1&client=1 next_record called with no query pending in Module ID 149.

Die Frage ist: Wie kriege ich raus, um welches Modul es sich handelt? Unter Style->Module wird ja keine ID angezeigt ...
Bitte keine unaufgeforderten Privatnachrichten mit Hilfegesuchen schicken. WENN ich helfen kann, dann mache ich das im Forum, da ich auch alle Postings lese. PN werden nicht beantwortet!
Dodger77
Beiträge: 3626
Registriert: Di 12. Okt 2004, 20:00
Wohnort: Voerde (Niederrhein)
Kontaktdaten:

Re: Module ID

Beitrag von Dodger77 »

Halchteranerin hat geschrieben:Die Frage ist: Wie kriege ich raus, um welches Modul es sich handelt? Unter Style->Module wird ja keine ID angezeigt ...
Direkt in der Datenbank (z.B. per phpMyAdmin) sollte funktionieren. Ich tippe aufgrund der SQL-Queries mal auf ein Gästebuch- oder Kommentarmodul.
Gesperrt