MyBB Community Forums

Full Version: Bug after upgrading [SOLVE]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
As I think this is quite important, I created a new thread according to this issue.

The plugin called 'ProStats' is causing this error to me., As I am unsure what kind of thing is causing the error, I'd like if someone review it Smile

Thanks in advance!

Tankey
Screenshot of the error would be good to diagnose the issue.
is a full errorlog good either?

Quote:Your copy of MyBB running on Delta Commanders ~ Forum (http://deltacommanders.com/forum) has experienced an error. Details of the error include:
---
Type: 20
File: (Line no. 0)
Message
SQL Error: 1054 - Unknown column 'Array' in 'where clause'
Query:
SELECT t.subject,t.username,t.uid,t.tid,t.fid,t.lastpost,t.lastposter,t.lastposteruid,t.replies,t.visible,tr.uid AS truid,tr.dateline,tp.displaystyle AS styledprefix,f.name
FROM mybb_threads t
LEFT JOIN mybb_threadsread tr ON (tr.tid=t.tid AND tr.uid='26')
LEFT JOIN mybb_threadprefixes tp ON (tp.pid = t.prefix)
LEFT JOIN mybb_forums f ON (f.fid = t.fid)
WHERE (t.visible = '1' OR t.fid IN (63,67) )
AND t.fid NOT IN (Array,'24','25','26','27','106','112')
AND t.closed NOT LIKE 'moved|%'
AND t.visible != '-2'
AND f.active = '1'
ORDER BY t.lastpost DESC
LIMIT 0,11