Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught SyntaxError: Unexpected token < at EditableGrid.processJSON (eval at <anonymous> (editablegrid-2.1.0-49.js:12), <anonymous>:1:12202) #183

Open
ajayrajula opened this issue Oct 9, 2017 · 1 comment

Comments

@ajayrajula
Copy link

I am using the mysql example.
table doesn't load in index.html. shows the below error when i use inspect on chrome.

Uncaught SyntaxError: Unexpected token <
at EditableGrid.processJSON (eval at (editablegrid-2.1.0-49.js:12), :1:12202)

Note: works on local xampp server but does not work on godaddy hosting. please suggest.

@Mark-H
Copy link

Mark-H commented Feb 5, 2018

This type of error means the response (probably from an AJAX request) is not valid JSON, but contains HTML. Probably because of a PHP error or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants