invalid JSON error, AJAX empty but no SQL error

invalid JSON error, AJAX empty but no SQL error

philipmasurephilipmasure Posts: 2Questions: 2Answers: 0

Hi,

I installed DataTables about 3 years ago. Everything was working fine.
Now the EDITOR doesn't work anymore on just one of my tables.

Just for a test a created a simple TableDataEditor map with the generator, and this works fine for all my other tables except one.
I don't get anything in the AJAX file through my debugger, and I don't get any SQL error.

DataTables still works perfect on this table, but only Editor keeps giving me this error.
Is there anyone who has an idea about how to continue on this ?

Thank you for your help
Philip

Answers

  • allanallan Posts: 63,210Questions: 1Answers: 10,415 Site admin

    It sounds like an error is occurring on the server-side. If there is no data in the response to the Ajax request, the next place to check is the server's error log.

    Allan

This discussion has been closed.