| |
Could not obtain post ids
DEBUG MODE
SQL Error : 1054 Unknown column 'APPROVE_OFF' in 'where clause'
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 t.topic_approve = APPROVE_OFF
Line : 640 File : search.php |
| |
|