Well.. I try to fix the root of the problem. As I understand, DB error occurs only with product
by_AUGI.
So... if you have installed product
by_AUGI, then in module
"Showing notifications"
found string:
PHP Code:
$m_forums = "AND forumid IN ( ". implode(',', modForums( $vbulletin)) ." )";
and replace it with:
PHP Code:
$m_forums = "AND forumid IN ( '". implode(',', modForums( $vbulletin)) ."' )";
BTW! Idea
AUGI was in to regulate notifications to moderators according to theirs permissions. But... this is just dont work. Notification appears no matter whether the right to moderate in this section of the forum or not. As a result, if moderator with limited privileges receives a notification about moderation items in forum the moderator of which he is does not, when viewing the moderation queue it gets an error...