Error loading the datatables page

Error loading the datatables page

drakula1234drakula1234 Posts: 58Questions: 1Answers: 0
edited May 2012 in General
I am not sure what is wrong with my page. The page loads normally for all the logins except for one login it should processing image and never loads the page and in the error console I have an error saying "b is null" in firefox and Uncaught TypeError: Cannot read property 'sEcho' of null in chrome.

[quote]
ha(a=Object { oFeatures={...}, oScroll={...}, oLanguage={...}, more...}, b=null)jquery....min.js (line 48)
va(b=null)jquery....min.js (line 45)
f(b=Object { url="/wps/myportal/consumer/...kKodE2VIvkKYTnvQCRJWzQ/", isLocal=false, global=true, more...}, f=[null, "success", Object { readyState=4, status=200, statusText="OK"}])jquery....min.js (line 2)
f(b=Object { url="/wps/myportal/consumer/...kKodE2VIvkKYTnvQCRJWzQ/", isLocal=false, global=true, more...}, c=[null, "success", Object { readyState=4, status=200, statusText="OK"}])jquery....min.js (line 2)
clone(a=200, c="OK", l=Object { text=""}, m="Content-Type: text/html...Application Server/7.0\n")jquery....min.js (line 4)
clone(a=readystatechange , e=undefined)jquery....min.js (line 4)
[Break On This Error]

....bInfinite&&(a.bSorted||a.bFiltered))&&ea(a);a._iRecordsTotal=parseInt(b.iTotalR...
[/quote]

Any suggestions on what is messing up the data.. thanks in advance

Replies

  • juliocavalcantijuliocavalcanti Posts: 1Questions: 0Answers: 0
    I´m having the same problem. Anyone have the solution?
  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Can you give us a link to the page please?

    Allan
  • drakula1234drakula1234 Posts: 58Questions: 1Answers: 0
    I had this problem because the data was not coming from the webservice call. I had suppressed the datatables json data error so I think since there is no data to render the table I got that error in the firebug console
This discussion has been closed.