OK I just tried that one and got the following (upon entering the date-time values from the HTML part and clicking the Qt's Fetch queries button):
Error in Ajax POST
textStatus: parseerror
errorThrown: SyntaxError: Unable to parse JSON string
OK I just tried that one and got the following (upon entering the date-time values from the HTML part and clicking the Qt's Fetch queries button):
Error in Ajax POST
textStatus: parseerror
errorThrown: SyntaxError: Unable to parse JSON string
You are not returning a valid JSON string.
Remember that you have set: dataType: 'json'
http://stackoverflow.com/questions/7...-object-object
I don't want to sound rude, but you could try and search google before asking some questions
You'd be amazed to find that others have had the same problems![]()
s7 (22nd May 2012)
Thanks a lot, I have been working on this error for the past two days or so and it drove me crazy. That is definitely a starting point for me, will take over from here![]()
Bookmarks