SQL Error?

Status
Not open for further replies.

hiverblx

New Member
Messages
1
Reaction score
0
Points
1
Hi, I'm trying to use a game to access the SQL server through a .php script and in the game is gives me a error "Can't Parse JSON" anyone have any idea? I know a guy who is doing the same thing and it works for him. He wont help.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
The error says what it means; the JSON being returned by the script is invalid. You need to take a look at what the script is returning in order to figure out what the problem might be. The fact that you're getting a parse error should indicate that you are getting a 200 OK status (rather than the 404 or 403 that an unhandled SQL error should return with mod_security turned on).
 
Status
Not open for further replies.
Top