gobler
One of the Regulars
- Messages
- 205
- Location
- W. Covina, Ca.
I was responding to a post when this came up
Could not query latest topic information
DEBUG MODE
SQL Error : 1030 Got error 12 from table handler
SELECT f.forum_id, f.forum_name, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_poster, t.topic_views, t.topic_replies, t.topic_type, p2.post_time, p2.poster_id, u.username as last_username, u2.username as author_username FROM phpbb_forums f, phpbb_posts p, phpbb_topics t, phpbb_posts p2, phpbb_users u, phpbb_users u2 WHERE f.forum_id NOT IN (14,21,10,11,12,13,14,20,22,24,25) AND t.forum_id = f.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND t.topic_moved_id = 0 AND p2.poster_id = u.user_id AND t.topic_poster = u2.user_id ORDER BY t.topic_last_post_id DESC LIMIT 4
Line : 160
File : glance.php
What's up with that??
Cheers,
Jeff
EDIT- It seems to be working now :?
Could not query latest topic information
DEBUG MODE
SQL Error : 1030 Got error 12 from table handler
SELECT f.forum_id, f.forum_name, t.topic_title, t.topic_id, t.topic_last_post_id, t.topic_poster, t.topic_views, t.topic_replies, t.topic_type, p2.post_time, p2.poster_id, u.username as last_username, u2.username as author_username FROM phpbb_forums f, phpbb_posts p, phpbb_topics t, phpbb_posts p2, phpbb_users u, phpbb_users u2 WHERE f.forum_id NOT IN (14,21,10,11,12,13,14,20,22,24,25) AND t.forum_id = f.forum_id AND p.post_id = t.topic_first_post_id AND p2.post_id = t.topic_last_post_id AND t.topic_moved_id = 0 AND p2.poster_id = u.user_id AND t.topic_poster = u2.user_id ORDER BY t.topic_last_post_id DESC LIMIT 4
Line : 160
File : glance.php
What's up with that??
Cheers,
Jeff
EDIT- It seems to be working now :?