2012-08-14, 07:30 AM
Hi,
I've met a trouble in my forum.
I've searched about this problem, at http://dev.mybb.com/issues/476
I tried to fix, but return nothing.
This problem didn't appear when I search on mybb like that issues. It's appeared only when other moderators except me (uid=1) access to modcp.
I've met a trouble in my forum.
SQL Error:
1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT COUNT(aid) AS unapprovedattachments FROM forum_attachments a LEFT JOIN forum_posts p ON (p.pid=a.pid) LEFT JOIN forum_threads t ON (t.tid=p.tid) WHERE a.visible='0' AND t.fid IN (0,'13','14') AND t.fid NOT IN (Array)
I've searched about this problem, at http://dev.mybb.com/issues/476
I tried to fix, but return nothing.
This problem didn't appear when I search on mybb like that issues. It's appeared only when other moderators except me (uid=1) access to modcp.