Log in

View Full Version : Another db error!


tafreeh
09-20-2009, 02:13 AM
today i received a new db error which i never had it before.

Database error in vBulletin 3.8.4:

Invalid SQL:

SELECT usergroupid FROM vb_icon AS icon
INNER JOIN vb_imagecategorypermission USING (imagecategoryid)
WHERE icon.iconid = 2
AND usergroupid IN ();

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 ')' at line 4
Error Number : 1064

how do i resolve it ?
and why i m getting so much db errors day by day ?

Marco van Herwaarden
09-21-2009, 07:44 AM
To troubleshoot this, please remove any hacks and disable your plugins, then see if you still have this problem.
Note: To temporarily disable the plugin system, edit config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

If so, reupload all the original vB non-image files (except install.php). Make sure you upload these in ASCII format and overwrite the ones on the server.