MyBB Community Forums

Full Version: 2nd page of threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whenever I get to the second page in a thread and I try to get to it I get an error message that says:
mySQL 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 '-2, 10' at line 1
Query: SELECT s.*, s.username AS shoutusername, u.username, u.usergroup, u.displaygroup FROM purplehaze_shouts s LEFT JOIN purplehaze_users u ON (u.uid=s.uid) ORDER BY dateline LIMIT -2, 10
That looks to be a multipage error with a shoutbox plugin, although I don't know why it should be running when you're viewing a thread. Is this the same error that appears when viewing different pages of threads?

If so, I suggest deactivating the shoutbox plugin to see if that fixes the problem.