Code: Selecteer alles
Couldn't access list of unread posts from forums
DEBUG MODE
SQL 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 '/-- fin mod : keep unread -------------------------------------
SELECT p.forum_id, p.topic_id, p.post_time, p.post_username, u.username, u.user_id, t.topic_last_post_id, t.topic_title FROM phpbb_posts p, phpbb_topics t, phpbb_users u WHERE ( p.post_time > 1077870617 OR p.post_id IN (1) ) //-- fin mod : keep unread ------------------------------------------------------------------------- AND p.post_id = t.topic_last_post_id AND t.topic_id = p.topic_id AND t.forum_id = p.forum_id AND t.topic_moved_id = 0 AND u.user_id = p.poster_id
Line : 253
File : D:\Server\forum\includes\functions_categories_hierarchy.php