DataTables warning solution?
DataTables warning solution?

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
This discussion has been closed.
Answers
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
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.
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