|
 |
|
一般錯誤 |
Could not obtain topics 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 (t.topic_calendar_time + t.topic_calendar_duration) >= 2145888000
AND t' at line 19
SELECT
t.*,
p.poster_id, p.post_username, p.enable_bbcode, p.enable_html, p.enable_smilies,
u.username,
pt.post_text, pt.bbcode_uid,
lp.poster_id AS lp_poster_id,
lu.username AS lp_username,
lp.post_username AS lp_post_username,
lp.post_time AS lp_post_time
FROM phpbb_topics AS t, phpbb_posts AS p, phpbb_posts_text AS pt, phpbb_users AS u, phpbb_posts AS lp, phpbb_users lu
WHERE
p.post_id = t.topic_first_post_id
AND pt.post_id = t.topic_first_post_id
AND u.user_id = p.poster_id
AND lp.post_id = t.topic_last_post_id
AND lu.user_id = lp.poster_id
AND t.topic_calendar_time <
AND (t.topic_calendar_time + t.topic_calendar_duration) >= 2145888000
AND t.topic_status <> 2
AND t.forum_id IN (37, 45, 32, 47)
ORDER BY
t.topic_calendar_time, t.topic_calendar_duration DESC, t.topic_last_post_id DESC Line : 261 File : /home/bsc/v1/phpbb2/includes/functions_calendar.php |
|
所有的時間均為 台北時間 (GMT + 8 小時)
正體中文語系由 phpbb-tw 維護製作
| |