Jump to content
MakeWebGames

Edit Job Ranks Error


gazsr123

Recommended Posts

Hi I'd be so grateful if someone could help me solve this problem. Basically when I a job rank on my game I get the error:

 

QUERY 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 'jrID=40' at line 1

Query was UPDATE jobranks SET jrNAME='Captain', jrJOB = 11, jrPAY= 100, jrIQG=100, jrLABOURG=100, jrSTRG=100, jrIQN=100, jrLABOURN=100, jrSTRN=100WHERE jrID=40

 

it will be great if someone can help.

Thanks.

Link to comment
Share on other sites

QUERY 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 'jrID=40' at line 1

Query was UPDATE jobranks SET jrNAME='Captain', jrJOB = 11, jrPAY= 100, jrIQG=100, jrLABOURG=100, jrSTRG=100, jrIQN=100, jrLABOURN=100, jrSTRN=100WHERE jrID=40

they mean-

notice this part "jrSTRN=100WHERE jrID=40 " In that query (it's inside the staff_jobs file!) space it out.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...