Author: fidunderground » Fri Jan 26, 2007 11:35 am
NOw im getting this error!!
General Error
Could not obtain topics information
DEBUG MODE
SQL Error : 1054 Unknown column 't.topic_calendar_time' in 'where clause'
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 t.forum_id IN (1) AND 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 <1170316800>= 1169712000 AND t.topic_status <> 2 ORDER BY t.topic_calendar_time, t.topic_calendar_duration DESC, t.topic_last_post_id DESC
Line : 398
File : functions_calendar.php
HELP...what to do? wahts wrong?
Last edited by fidunderground on Wed Dec 31, 1969 5:00 pm, edited 1 time in total.