Hi team,
I have received this error once since upgrading from v4.
Error:
SELECT COUNT(*) FROM `forums_topics` WHERE start_date > 1728038181 AND type='solved' AND 1=0 AND ( approved NOT IN(-2,-3) ) AND ( state NOT IN('link','merged') )
IPS\Db\Exception: Unknown column 'type' in 'where clause' (1054)
#0 /home/gary/japanesespitz/system/Db/Select.php(402): IPS\Db->preparedQuery()
#1 /home/gary/japanesespitz/system/Db/Select.php(460): IPS\Db\Select->runQuery()
#2 /home/gary/japanesespitz/system/Db/Select.php(384): IPS\Db\Select->rewind()
#3 /home/gary/japanesespitz/applications/forums/extensions/core/OverviewStatistics/Solved.php(143): IPS\Db\Select->first()
#4 /home/gary/japanesespitz/applications/core/modules/admin/stats/overview.php(146): IPS\forums\extensions\core\OverviewStatistics\Solved->getBlock()
#5 /home/gary/japanesespitz/system/Dispatcher/Controller.php(128): IPS\core\modules\admin\stats\overview->loadBlock()
#6 /home/gary/japanesespitz/applications/core/modules/admin/stats/overview.php(90): IPS\Dispatcher\Controller->execute()
#7 /home/gary/japanesespitz/system/Dispatcher/Dispatcher.php(169): IPS\core\modules\admin\stats\overview->execute()
#8 /home/gary/japanesespitz/admin/index.php(15): IPS\Dispatcher->run()
#9 {main}
Backtrace:
#0 /home/gary/japanesespitz/init.php(827): IPS\Log::log()
#1 [internal function]: IPS\IPS::exceptionHandler()
#2 {main}
Recommended Comments
There are no comments to display.