Quote:
07-28-03 at 01:01 AM Sin City said this in Post #203
i click the Steal option...it asks me the name... then how much i want to steal....but when it actually tries to steal i get this error....anyone know what i've done wrong?
Database error in vBulletin 2.3.0:
Invalid SQL: UPDATE user SET storep=storep-100, WHERE userid='1'
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 userid='1'' at line 1
mysql error number: 1064
|
If that is quoted directly from the file, that comma doesn't belong there and it's the reason you're getting that error. Remove the comma and all should be well.