Problems after I migrate information from csv
Problems after I migrate information from csv
rrojas2018
Posts: 8Questions: 3Answers: 0
My table editor fine until I migrate data directly from a csv to my database in mysql, after this I get a json error message: "Unable to emit headers. Headers sent in file", please your help
This discussion has been closed.
Answers
I'm not clear on how this relates to DataTabes? It sounds like a programming error on the server-side. Perhaps worth checking your server's error logs.
Allan
Hi allan I have the same problem that you see in: https://datatables.net/forums/discussion/comment/61406/#Comment_61406, but I can´t understan where is "spp.class.php"??
You can get it here. Or if you download the full DataTables zip package.
Allan
Thanks Allan finally solved my problem I was using cakephp and it was a problem with the headers solved by adding: die (); After sending the data in json format