Debugger output - invalid JSON
Debugger output - invalid JSON
Regarding a discussion on Twitter with @ctechtmann:
Thanks for the debug trace. The server is indeed responding with invalid JSON. In fact it appears to be responding with HTML. You can see that by clicking on the "Tables" option at the top and then find the "Server interaction" title near the bottom of the list. Click that and it will show what the server responded with (looks like the page again). So there is something going wrong with the Ajax request, or on the server-side.
Allan