| General Error |
Could not obtain main information
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 ') AND p.post_id = t.topic_last_post_id AND UNIX_TIMESTAMP(NOW()
SELECT from_unixtime(p.post_time, '%d.%m.%y %H:%i:%s') as topic_time, f.forum_name as forum_name, f.forum_id as forum_id,
u.username as username, u2.username as username2, u2.user_id as user_id2, p.poster_id as poster_id, p.post_username as post_username, p.post_id as post_id, t.*, p.post_time as post_time
FROM phpbb_topics t, phpbb_posts p
LEFT OUTER JOIN phpbb_forums f on p.forum_id = f.forum_id
LEFT OUTER JOIN phpbb_users u on p.poster_id = u.user_id
LEFT OUTER JOIN phpbb_users u2 on u2.user_id = t.topic_poster
WHERE t.topic_id IN () AND p.post_id = t.topic_last_post_id AND UNIX_TIMESTAMP(NOW()) - p.post_time < 86400 ORDER BY p.post_time desc LIMIT 0, 50 Line : 116 File : recent.php |
| |
All times are GMT - 5 Hours
|
|