XF 2.0 Clicking Latest Post Links Error

CoreIssue

Member
I had Thread Ban installed on 1.5 Deleted before upgrading.

XF\Db\Exception: MySQL statement prepare error [1146]: Table 'coreissu_xenforo.xf_thread_reply_ban' doesn't exist in src/XF/Db/AbstractStatement.php at line 212

  1. XF\Db\AbstractStatement->getException() in src/XF/Db/Mysqli/Statement.php at line 196
  2. XF\Db\Mysqli\Statement->getException() in src/XF/Db/Mysqli/Statement.php at line 39
  3. XF\Db\Mysqli\Statement->prepare() in src/XF/Db/Mysqli/Statement.php at line 54
  4. XF\Db\Mysqli\Statement->execute() in src/XF/Db/AbstractAdapter.php at line 79
  5. XF\Db\AbstractAdapter->query() in src/XF/Mvc/Entity/Finder.php at line 1130
  6. XF\Mvc\Entity\Finder->fetchOne() in src/XF/Mvc/Entity/Manager.php at line 149
  7. XF\Mvc\Entity\Manager->find() in src/XF/Pub/Controller/Thread.php at line 1254
  8. XF\Pub\Controller\Thread->assertViewableThread() in src/XF/Pub/Controller/Thread.php at line 13
  9. XF\Pub\Controller\Thread->actionIndex() in src/XF/Mvc/Dispatcher.php at line 249
  10. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 87
  11. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
  12. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1931
  13. XF\App->run() in src/XF.php at line 328
  14. XF::runApp() in index.php at line 13
 
Last edited:
For others reading this thread, it appears the add-on removed the core table when it was uninstalled.

Recreating the table resolved it.
 
Top Bottom