Skip to content Skip to sidebar Skip to footer

Extjs - Syntaxerror: Missing ) In Parenthetical

I am writing some code to educate myself in the ways of ExtJS. I am also new to JSON so hopefully this question will be easy for you to answer. I am trying to retrieve some data fr

Solution 1:

Is the JSON you included above what is actually being returned from the call, or what you are anticipating it should look like? The string you included looks clean, but it looks like you formatted it as well. I'm not sure if the space after "id": is allowed, either. It might not be a big deal, though.

The missing parenthetical typically indicates that something in the JSON is wrong. It could be an extra character before/after the string. Use Firebug to examine what you are getting back, and make sure it is clear of any extra characters.

Solution 2:

http://www.sencha.com/forum/showthread.php?10117-Solved-missing-%29-in-parenthetical.

Echoeing two statements was the reason in my case. So check your echoes again.

Post a Comment for "Extjs - Syntaxerror: Missing ) In Parenthetical"