DataTables warning solution?

DataTables warning solution?

tevinodttevinodt Posts: 4Questions: 2Answers: 0

DataTables warning: table id=odt - Ajax error. For more information about this error, please see http://datatables.net/tn/7
http://168.223.1.35/testing/odt/odt.html

Answers

  • kthorngrenkthorngren Posts: 21,213Questions: 26Answers: 4,929

    Did you follow the steps at the link provided?

    You will see that you are getting this error: 404 - File or directory not found.

    You will need to look at your server logs to determine why the 404 error is being generated. Maybe the path to 'php/table.odt.php' is incorrect.

    Kevin

  • tevinodttevinodt Posts: 4Questions: 2Answers: 0

    Yes I followed the steps and the console sends me this 404 Not Found in reference to teh table.odt.php file in the php folder.

    the path is correct.

  • allanallan Posts: 63,306Questions: 1Answers: 10,433 Site admin

    It would be worth looking at your server's error log. It will show the full path that is being requested, allowing you to compare it to what the path actually is. If it is giving a 404 error, then the path is not correct, or the file is not in that location.

    Allan

This discussion has been closed.