XF 1.4 New error logs

ophy

Member
Last night I started receiving a new error log about he xf_thread_view table not existing. The forum still functions just as normal with no apparent hiccups, however I'm not sure why that error is showing up

Code:
Zend_Db_Statement_Mysqli_Exception: Mysqli statement execute error : Table 'mtg.xf_thread_view' doesn't exist - library/Zend/Db/Statement/Mysqli.php:214

The only thing recently that was done to the server was that ownership of /var/ was changed in order to allow scp'ing of some files to the root. We quickly changed ownership back and it was fine.
 
You will need to determine how and why that table has been deleted/dropped.

There could be other issues with the database so you may need to restore from a backup.
If it is just that table then you can just recreate it.
 
Top Bottom