MyBB Community Forums

Full Version: Random SQL Error's
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i upgraded to 1.6.1 and i keep getting random sql errors all over the place

is there any fix
I don't know what you expect us to if you give us absolutely no indication as to what the SQL errors actually are.
like sometimes ill refresh my site and it will put my site inside the sql error box
Yes, but what is the actual error it gives...?? There is not one single solution to fix every SQL error that can happen, we need to know what it actually is Undecided
Printscreen the error that appears, so that we can help diagnose.
MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1317 - Query execution was interrupted
Query:
SELECT a.*, u.username FROM mybb_announcements a LEFT JOIN mybb_users u ON (u.uid=a.uid) WHERE a.startdate<='1292718263' AND (a.enddate>='1292718263' OR a.enddate='0') AND ((fid='3' OR fid='5') OR fid='-1') ORDER BY a.startdate DESC LIMIT 0, 2









but if i refresh its fixed?
Right, that's what we needed to know, not sure why it was such a struggle to get there.

This is a host issue, it's interrupting the queries, we can't do anything about this.