I have something messed up.....
I get this when I try to modify or add usergroups. It also occurs when you check the forum leaders link.
Database error in vBulletin Control Panel 2.2.8:
Invalid SQL: SELECT usergroup.usergroupid, usergroup.title, COUNT(user.userid) as count
FROM usergroup
LEFT JOIN user ON (user.usergroupid = usergroup.usergroupid)
GROUP BY usergroup.usergroupid
ORDER BY usergroup.title
mysql error: Got error 134 from table handler
mysql error number: 1030
Date: Wednesday 16th of October 2002 10:43:09 PM
Script: http://www.teamfalcononline.com/foru...?action=modify
Referer: http://www.teamfalcononline.com/foru...n=nav&cpnavjs=
I get this when I try to modify or add usergroups. It also occurs when you check the forum leaders link.
Database error in vBulletin Control Panel 2.2.8:
Invalid SQL: SELECT usergroup.usergroupid, usergroup.title, COUNT(user.userid) as count
FROM usergroup
LEFT JOIN user ON (user.usergroupid = usergroup.usergroupid)
GROUP BY usergroup.usergroupid
ORDER BY usergroup.title
mysql error: Got error 134 from table handler
mysql error number: 1030
Date: Wednesday 16th of October 2002 10:43:09 PM
Script: http://www.teamfalcononline.com/foru...?action=modify
Referer: http://www.teamfalcononline.com/foru...n=nav&cpnavjs=
Comment