MyBB Community Forums

Full Version: Error 1146 - Table doesn't exist (reportedposts)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When marking a Post Report as read I am getting the following error:

Quote:MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'thetflfo_mybbd.mybb_reportedposts' doesn't exist

Query:
SELECT r.*, u.username, up.username AS postusername, up.uid AS postuid, t.subject AS threadsubject FROM mybb_reportedposts r LEFT JOIN mybb_posts p ON (r.pid=p.pid) LEFT JOIN mybb_threads t ON (p.tid=t.tid) LEFT JOIN mybb_users u ON (r.uid=u.uid) LEFT JOIN mybb_users up ON (p.uid=up.uid) WHERE r.rid IN (17) ORDER BY r.dateline DESC

Please contact the MyBB Group for technical support.

Is anyone able to help with this?

My board is at: www.thetflforum.co.uk
do you have any plugin related to reported posts - if so that plugin belongs to MyBB 1.6.x - disable & uninstall it
Yes I do have the 'Report to Thread' plugin which I tried uninstalling but didn't solve the issue.

Ahh, I forgot the 'Thanks for the report' plugin, deactivating that has solved the problem, thanks Smile.