Could not obtain search results
DEBUG MODE
SQL Error : 1054 Unknown column 't.k_id' in 'on clause'
SELECT t.*, f.forum_id, f.forum_name, u.username, u.user_id, u2.username as user2, u2.user_id as id2, p.post_username, p2.post_username AS post_username2, p2.post_time, k.kategorie FROM lilpitterpatter_topics t, lilpitterpatter_forums f, lilpitterpatter_users u, lilpitterpatter_posts p, lilpitterpatter_posts p2, lilpitterpatter_users u2 LEFT JOIN lilpitterpatter_topic_cat as k ON t.k_id=k.k_id WHERE t.topic_id IN (107, 840, 842) AND t.topic_poster = u.user_id AND f.forum_id = t.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND u2.user_id = p2.poster_id ORDER BY t.topic_type DESC,t.topic_status ASC, p2.post_time DESC LIMIT 0, 50
Line : 1207
File : search.php
this is what i am getting on board since being back up.
http://www.freepowerboards.com/lilpitterpatter
is there any quick fix for it?
TIA