Uncaught TypeError: Cannot read property 'aoData' of null on line 472 of localhost:23348/js/
Uncaught TypeError: Cannot read property 'aoData' of null on line 472 of localhost:23348/js/
This is an intermittent error due to the following function being called with a null first parameter. My quick fix is to return if the first param is invalid.
@version 1.9.4
[code]
function _fnAddData ( oSettings, aDataSupplied ) {}
[/code]
Since it is intermittent, it may be a timing issue. I've put in a stack trace to fire next time this happens.
Also getting a similar error further down in the code (line # will be a few off due to debugging code)
[Uncaught TypeError: Cannot read property 'aiDisplayMaster' of null on line 5207 of http://localhost:23348/js/lib/jquery.dataTables.js]
[code]
this.fnAddData = function( mData, bRedraw ) {}
...
var oSettings = _fnSettingsFromNode( this[DataTable.ext.iApiIndex] );
[/code]
@version 1.9.4
[code]
function _fnAddData ( oSettings, aDataSupplied ) {}
[/code]
Since it is intermittent, it may be a timing issue. I've put in a stack trace to fire next time this happens.
Also getting a similar error further down in the code (line # will be a few off due to debugging code)
[Uncaught TypeError: Cannot read property 'aiDisplayMaster' of null on line 5207 of http://localhost:23348/js/lib/jquery.dataTables.js]
[code]
this.fnAddData = function( mData, bRedraw ) {}
...
var oSettings = _fnSettingsFromNode( this[DataTable.ext.iApiIndex] );
[/code]
This discussion has been closed.
Replies