The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Arcade Problem
Can anyone help me this error message any user gets it once the game is completed, when the game is over it wants to load the next page but then this happens any ideas?
Database error in vBulletin 3.0.6: Invalid SQL: UPDATE user) SET uttpoints)=uttpoints)+25 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 ') SET uttpoints)=uttpoints)+25 WHERE userid='1'' at line 1 mysql error number: 1064 Date: Sunday 20th of February 2005 07:49:27 PM Script: http://www.theURLofmyforums.com/forums/arcade.php Referer: http://www.theURLofmyforums/forums/a...=play&gameid=6 Username: myuser IP Address: xx.xx.xx.xx |
#2
|
|||
|
|||
this is not the area for support.. please read the title and description for this forum
|
#3
|
|||
|
|||
My mistake, made a mistake thought I was in another forum feel free to move this anyone.
|
#4
|
|||
|
|||
Change your query to:
[sql]UPDATE user SET uttpoints=uttpoints+25 WHERE userid='1'[/sql] I don't know why you put all those ) in there |
#5
|
|||
|
|||
Found the problem the program was for some reason placing those ) in there, I looked at the settings and for somereason the default values all ended with ) thanks again!
|
#6
|
|||
|
|||
What "program" are you using then?
|
#7
|
|||
|
|||
what i meant was the install program place those values into there for some reason, it placed a ) after every value.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|