Schwerwigender Fehler (SQL Error)
Verfasst: 13.10.2010 23:20
Nabend zusammen,
heute Abend hat sich in einem Forum ein Problem eingestellt was ich leider nicht nachvollziehen kann. Da es ohne mein zutun gekommen ist.
User können den Foren Index nicht mehr anzeigen sie bekommen unten stehende Fehlermeldung.
Leute mit Cookie oder ähnliches bekommen das Forum angezeigt... und ins ACP kann ich auch rein!
Es kommt folgende Fehlermeldung:
Hab grad den Debug Modus durchlaufen lassen:
Ist der Fehler vllt wem bekannt und kann mir helfen?
Ich hab gegooglet und auch hier gesucht und leider nichts gefunden was mir weiter hilft.
Edit: etwas besser beschrieben!^^
Gruß,
DerLInker
heute Abend hat sich in einem Forum ein Problem eingestellt was ich leider nicht nachvollziehen kann. Da es ohne mein zutun gekommen ist.
User können den Foren Index nicht mehr anzeigen sie bekommen unten stehende Fehlermeldung.
Leute mit Cookie oder ähnliches bekommen das Forum angezeigt... und ins ACP kann ich auch rein!
Es kommt folgende Fehlermeldung:
Code: Alles auswählen
SQL ERROR [ mysql4 ]
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 ') ) AND t.forum_id = 0 ORDER BY t.topic_last_post_time DESC LIMIT 1' at line 5 [1064]
SQL
SELECT t.topic_id, t.topic_last_post_time, tt.mark_time as topic_mark_time, ft.mark_time as forum_mark_time FROM (phpbb3_topics t) LEFT JOIN phpbb3_topics_track tt ON (tt.user_id = 0 AND t.topic_id = tt.topic_id) LEFT JOIN phpbb3_forums_track ft ON (ft.user_id = 0 AND t.forum_id = ft.forum_id) WHERE ( (tt.mark_time IS NOT NULL AND t.topic_last_post_time > tt.mark_time) OR (tt.mark_time IS NULL AND ft.mark_time IS NOT NULL AND t.topic_last_post_time > ft.mark_time) OR (tt.mark_time IS NULL AND ft.mark_time IS NULL AND t.topic_last_post_time > ) ) AND t.forum_id = 0 ORDER BY t.topic_last_post_time DESC LIMIT 1
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/db/mysql.php
LINE: 221
CALL: dbal_mysql->sql_query()
FILE: includes/db/dbal.php
LINE: 170
CALL: dbal_mysql->_sql_query_limit()
FILE: includes/functions.php
LINE: 1715
CALL: dbal->sql_query_limit()
FILE: includes/functions_display.php
LINE: 110
CALL: get_unread_topics()
FILE: index.php
LINE: 28
CALL: display_forums()
Code: Alles auswählen
[phpBB Debug] PHP Notice: in file /includes/session.php on line 615: Undefined index: user_id
[phpBB Debug] PHP Notice: in file /includes/session.php on line 622: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 636: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1007: Cannot modify header information - headers already sent by (output started at /includes/functions.php:3493)
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 69: Undefined index: user_permissions
[phpBB Debug] PHP Notice: in file /includes/auth.php on line 387: Undefined index: user_type
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1513: Undefined index: user_lang
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1515: Undefined index: user_dateformat
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1516: Undefined index: user_timezone
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1517: Undefined index: user_dst
[phpBB Debug] PHP Notice: in file /includes/session.php on line 1859: Undefined index: user_allow_viewonline
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 1686: Undefined index: user_lastmark
Warning: Cannot modify header information - headers already sent by (output started at /home3/zwergens/public_html/durin/distribution/includes/functions.php:3493) in /home3/zwergens/public_html/durin/distribution/includes/functions.php on line 3543
Ich hab gegooglet und auch hier gesucht und leider nichts gefunden was mir weiter hilft.
Edit: etwas besser beschrieben!^^
Gruß,
DerLInker