Quote:MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT COUNT(aid) AS unapprovedattachments FROM mybb_attachments a LEFT JOIN mybb_posts p ON (p.pid=a.pid) LEFT JOIN mybb_threads t ON (t.tid=p.tid) WHERE a.visible='0' AND t.fid NOT IN (Array)
One of my staff gets that when trying to access modcp.php. He has a super moderator account. I have an admin account and I don't have the same issue. I then made his account an admin account and he still had it. He tried two browsers with no success.
I've repaired the tables in pma.
Any ideas?
Cheers.