-
Senior Member
php showing "debug mode" in recent.php (phpbb2)
by ken » Mon Dec 31, 2012 5:49 pm
**12/31/12
PHPbb2 is display the following error message:
Problem:
Debug Mode message not suppressed
could not obtain main information.
DEBUG MODE
SQL Error : 1054 Unknown column 't.topic_first_post_id' in 'on clause'
-----------------------------------------------------------------------------------------
Solution:
1. Edit recent.php
original:
FROM ". TOPICS_TABLE ." t, ". POSTS_TABLE ." p
new:
FROM (". TOPICS_TABLE ." t, ". POSTS_TABLE ." p)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules