maxXximum from vBGo reported this
SQL-error-message.
Code:
Database error in vBulletin 3.7.0 Beta 5:
Invalid SQL:
SELECT
modtable.usergroupid as modgroup,
modtable.username as moderator,
editlog.postid as postid,
editlog.reason as reason,
editlog.dateline as dateline,
editlog.userid as modid,
post.threadid as threadid,
forum.forumid as forumid,
thread.title as threadtitle,
forum.title as forumtitle,
post.title as action
FROM vb7editlog as editlog
LEFT JOIN vb7post as post ON (post.postid = editlog.postid)
LEFT JOIN vb7thread AS thread ON (thread.threadid = post.threadid)
LEFT JOIN vb7user AS modtable ON (modtable.userid = editlog.userid)
LEFT JOIN vb7forum AS forum ON (forum.forumid = thread.forumid)
WHERE
post.userid = 3 AND post.userid != editlog.userid AND 1203889380-editlog.dateline <86400 AND modtable.usergroupid IN ()
ORDER BY editlog.dateline DESC
LIMIT 10;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')
ORDER BY editlog.dateline DESC
LIMIT 10' at line 19
Error Number : 1064
I think that happens when
$vbulletin->options['eum_groups'] is empty.