When I try to access Admin > vBulletin CMS > Permissions I get this error message:
Any ideas on what could be wrong? I'm using 4.0.3.
Code:
Database error in vBulletin 4.0.0 Release Candidate 4: Invalid SQL: SELECT u.usergroupid, u.title, p.permissions, p.permissionid FROM usergroup AS u LEFT JOIN cms_permissions AS p on p.usergroupid = u.usergroupid and p.nodeid = ORDER BY title; 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 title' at line 5 Error Number : 1064 MySQL Version : 5.0.86-log
Comment