Problems after I migrate information from csv

Problems after I migrate information from csv

rrojas2018rrojas2018 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

Answers

  • allanallan Posts: 63,871Questions: 1Answers: 10,526 Site admin

    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

  • rrojas2018rrojas2018 Posts: 8Questions: 3Answers: 0

    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"??

  • allanallan Posts: 63,871Questions: 1Answers: 10,526 Site admin

    I can´t understan where is "spp.class.php"??

    You can get it here. Or if you download the full DataTables zip package.

    Allan

  • rrojas2018rrojas2018 Posts: 8Questions: 3Answers: 0

    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

This discussion has been closed.