ken
03-23-2019, 10:59 PM
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)
**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)