| |
Could not obtain post ids
DEBUG MODE
SQL Error : 1034 Incorrect key file for table 't'; try to repair it
SELECT t.topic_id, f.forum_id
FROM phpbb_topics t, phpbb_forums f
WHERE t.topic_replies = 0
AND t.forum_id = f.forum_id
AND t.topic_moved_id = 0
AND f.forum_id NOT IN (1, 9, 3, 4, 5, 7, 8, 10, 13, 12, 14, 15, 16)
Line : 626 File : search.php |
| |
|