Issue loading datatables with IE9 on remote server

Issue loading datatables with IE9 on remote server

allanbritosallanbritos Posts: 1Questions: 0Answers: 0
edited April 2014 in General
I'm nearly loosing my mind trying to solve this issue. I have a server.inc.php which returns a JSON to populate the table. Everything works fine when I access through:


http://localhost/myproject/tableView.php using ALL Browsers (including IE9,IE10 and Edge)


When I copy the code to the live server at


http://live-server/myproject/tableView.php it works in ALL Browsers but IE9!!! and the browser console throws:


[quote]
SCRIPT5007: Unable to get property 'sError' of undefined or null reference
File: jquery.dataTables.js, Line: 8746, Column: 6
[/quote]

I'm using DT: 1.9.4 & jQuery 1.11.0 (tried with 2.1 but same behaviour)

Please help! I will really appreciate it.
This discussion has been closed.