MyBB SQL Error
MyBB has experienced an internal SQL error and cannot continue.
- SQL Error:
- 1146 - Table 'usr_web610_1.mybb_events' doesn't exist
- Query:
- SELECT u.*, e.* FROM mybb_events e LEFT JOIN mybb_users u ON (u.uid=e.uid) WHERE e.cid='1' AND e.visible='1' AND ((e.endtime>=1335614400 AND e.starttime<=1341143999) OR (e.endtime=0 AND e.starttime>=1335614400 AND e.starttime<=1341143999)) AND ((e.uid='0' AND private='1') OR private!='1') ORDER BY endtime DESC