MyBB Community Forums

Full Version: SQL Error:1146 - Table 'board.mybb_threadviews' doesn't exist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1146 - Table 'board.mybb_threadviews' doesn't exist
Query:
    INSERT INTO mybb_threadviews (tid) VALUES('817') 

show this massage in footer down area....How to fix it
which version of MyBB you are using ? have you recently upgraded your forum or changed web host ?
And can we have your forum url ..
Yes recently changed web host ......
And show only this massage showthread.php page
run below SQL query
CREATE TABLE mybb_threadviews (
	tid int unsigned NOT NULL default '0',
	KEY (tid)
) ENGINE=MyISAM;

see if required => common sql queries guidance