Editor shows strange problem "A system error has occurred"
Editor shows strange problem "A system error has occurred"
zipper
Posts: 35Questions: 9Answers: 0
This worked fine before; but now whenever I submit from editor by add/edit/remove, I always get this problem. Please help to check the test case at 54.250.163.77/6 --> "Product Mgmt.", click new or edit icon at the right hand side and submit to reoccur, thanks.
This discussion has been closed.
Answers
So what changed?
Also, what do you learn from using the developer tools explained in the "More information" link?
@tangerine, sorry I cannot figure out what changed -- nothing changed at that part. in the "More information" link it talked about how to trace the request and response in chrome and I checked there seems no problem with both the request and response. May you just check the test case and help. Thanks.
This is what the server is returning:
That leading
typeof
shouldn't be there. The comment part shouldn't really either.Allan
Hi @allan, I don't know why that part is there. I'm using Node.js, and uses "res.jsonp(res_contents)" to return the contents. If check the return by clicking the "Product Mgmt." it also includes "/**/ typeof" as the header, but it works fine, it shows the table correctly, so I'd thought that is fine. More specificly:
Bellow works fine for jquery ajax:
Bellow has problem for the editor built-in communication:
It appears that jQuery is attempting to parse the entire callback as JSON which isn't correctly. It should only be using the data in the callback function.
Could you try removing:
async: false,
from the Editor Ajax configuration?If that doesn't fix it, does one of your other tables work correctly so I compare them?
Allan
I just removed it sir but still get the problem. May you check again.
Other tables please try "Product Bundle Mgmt." and "Customer Mgmt." (but I still not make the response part for the editor at the server side yet).
The link above isn't loading for me at the moment I'm afraid. Server can't be reached.
Allan
the aws ec2 sometimes not stable. so I restarted the vm and now the test case address changed to : 54.250.178.45/6
Is it possible the problem been introduced by Editor v1.6.1?
Its possible, but I would be surprised since no one else has reported this.
You said before that it used to work. Did ti stop working when you updated to 1.6.1?
I've just tried submitting an item from the Product Bundle Mgmt table, but it is just "Pending" a response from the server-side forever. It looks like the server side script for that is hanging.
Allan
previously I downloaded 1.6.0 trail and expired. since I still did not finish the evaluation of all the features/functions I need, I prefer to purchase a bit later. So I downloaded by another ID a couple of days ago the 1.6.1 trail to continue the test, and the problem happened. Is there a way I get another 1.6.0 trail? thanks.
It would be good if we could fix this for 1.6.1 since 1.6.2 is on its way. What I'll do is package up a 1.6.2 dev trial for you and send that over.
Allan