I get this error when I goto Advanced Edit on a plugin.
Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT setting.*, settinggroup.grouptitle
FROM forums_settinggroup AS settinggroup
LEFT JOIN forums_setting AS setting USING(grouptitle)
WHERE settinggroup.displayorder <> 0
WHERE settinggroup.product = 'active_link_security'
OR setting.product = 'active_link_security'
ORDER BY settinggroup.displayorder, setting.displayorder;
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 'WHERE settinggroup.product = 'active_link_security'
OR setti
Looks like "WHERE" is in there twice thats causing the problem.
-CMX