PDA

View Full Version : help


CaTvDaWg
Sat 27th Jul '02, 3:54am
can anybody tell me why i am getting this error, i get it when i am trying to change a user to admin or moderator

Database error in vBulletin Control Panel: Invalid SQL: SELECT COUNT(*) AS users FROM user,usergroup WHERE user.usergroupid=usergroup.usergroupid AND usergroup.cancontrolpanel=1 AND user.userid<>
mysql error: You have an error in your SQL syntax near '' at line 1
mysql error number: 1064
Date: Friday 26th of July 2002 02:48:56 AM
Script: /vb/admin/user.php

Chen
Sat 27th Jul '02, 4:00am
There should be a Referrer value underneath Script, what's the value of that?

WingMan
Wed 31st Jul '02, 8:50am
AND user.userid<> ...???


You need a value after the <> for this SQL to work .....