MyBB Community Forums

Full Version: SQL Error: 1064 - still persist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello again, i have this error on my forum:

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY tid DESC' at line 1
Query:
    SELECT tid, DATE_FORMAT(FROM_UNIXTIME(lastpost),'%Y-%m-%dT%H:%i:%sZ') AS lastmod FROM mybb_threads WHERE NOT dateline = 0 AND fid NOT IN () ORDER BY tid DESC

If you're a visitor of this website, please wait a few minutes and try again. If this problem persists, please contact the site owner.

If you are the site owner, please check the MyBB Documentation for help resolving common issues, or get technical help on the MyBB Community Forums. 

How can I solve it?

Thanks in advance
Searching shows a result for that error:

https://community.mybb.com/thread-227731.html

I'd look into it, doesn't sound like a core system error...