Hi, i get an SQL Error when i try to resync statistics in forum.
Well, if i log into forum as moderator and i go to a forum page, then i can click on Tools for Moderator and click to resync forum statistics then i get an SQL Error:
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[MySQL][ODBC 5.1 Driver][mysqld-5.0.45]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 TBLPermissions.Author_ID DESC' at line 1
/forum/functions/functions_common.asp, line 1093
Well, i've found that error is located in function isModerator and when i
get the SQL statement i see that it doesnt get any Forum Id.
Any idea for fixing the issue