DataEditor is not working on other system but my system.

DataEditor is not working on other system but my system.

satishsainisatishsaini Posts: 1Questions: 0Answers: 0
edited October 2013 in Editor
Hello,

I am using dataEditor in datatables. Everything is working fine on my mamp in my mac OS but it is showing error "DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error". How could this happen that same thing is working on a system but not another ? Is there any licensing scheme behind this ? I am using same php version on other systems. I have tried in more than 2 window systems but its not showing any result but "Loading...".

I have been searching the error and I guess the error is coming from this file "jquery.dataTables.min.js" and code is

[code]
fnRowCallback:null,fnServerData:function(h,n,q,o){o.jqXHR=i.ajax({url:h,data:n,success:function(v){v.sError&&o.oApi._fnLog(o,0,v.sError);i(o.oInstance).trigger("xhr",[o,v]);q(v)},dataType:"json",cache:false,type:o.sServerMethod,error:function(v,w){w=="parsererror"&&
o.oApi._fnLog(o,0,"DataTables warning: JSON data from server could not be parsed. This is caused by a JSON formatting error.")}})},fnServerParams:null,fnStateLoad:function(h){h=this.oApi._fnReadCookie(h.sCookiePrefix+h.sInstance);var n;try{n=typeof i.parseJSON==="function"?i.parseJSON(h):eval("("+h+")")}catch(q){n=null}return n},fnStateLoadParams:null,fnStateLoaded:null,fnStateSave:function(h,n){this.oApi._fnCreateCookie(h.sCookiePrefix+h.sInstance,this.oApi._fnJsonString(n),h.iCookieDuration,h.sCookiePrefix,[/code]

Could anyone please tell me the reason of this error ? Should I download all the files on other systems to get it running ?

Replies

  • allanallan Posts: 61,452Questions: 1Answers: 10,055 Site admin
    The error means what it says on the tin - there is a json error. What is being returned by the server?

    Also, I see your trial has expired. How have you found Editor?

    Allan
This discussion has been closed.