Top "Parse-error" questions

An error of language resulting from code that does not conform to the syntax of the programming language.

jQuery 1.5.1 breaks all ajax() calls

When I upgrade to jQuery 1.5.1 (or 1.5) all of the ajax() calls in my site produce a "parserror" in the error …

jquery parse-error
In PHP, why does </script> not show a parse error?

I was running the following PHP code: <?php </script> ?> There were no parse errors and the …

php syntax parse-error
Parse Error: Simple C Program

I have the following simple code for a class and am getting a parse error for each line starting c = …

c parse-error
Google Earth Parse Error

I am unable to open my KML/KMZ file in Google Earth. The error I am getting is: parse error …

kml google-earth parse-error kmz
json_encode creating a malformed JSON (with extra hidden character)

I'm using PHP's json_encode() to return some data, retrieved by jQuery's ajax(): Simplified JS: $.ajax({ dataType: 'json', contentType: 'application/…

php jquery ajax json parse-error
Error: jQuery1830649454693285679_1359620502896 was not called JSON

I have read through many, many Q&A of the same issue, but none have my specific issue (at …

php jquery ajax json parse-error
Making a graphQL mutation from my python code, getting error

I am trying to make a mutation to my Shopify store from python. I am new to graphQL, I have …

python python-requests graphql parse-error express-graphql
Incorrect date parsing using SimpleDateFormat, Java

I need to parse a date from input string using date pattern "yyyy-MM-dd", and if date will come in any …

java simpledateformat parse-error