You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I check my firebug console and I see a javascript error on that file
=> /www/lib/web/mage/apply/scripts.js
Error is => SyntaxError: JSON.parse: unexpected character at line 14 column 36 of the JSON data
Problem looks like to come from JS function getNodeData on the return JSON.parse(data);
If some values of the JSON object are null, the console return a JSON Syntax error.
Thanks for your help
The text was updated successfully, but these errors were encountered:
Have a look in the dev tools of your browser to see if you can find a failed json load. I suspect it's a 404 or a php error message or something. The trick is to find the json its trying to parse and see what it looks like. You might need to use the javascript debugger to find it.
This isn't a problem with images as such. It's a problem with the javascript execution chain being broken because it is ludicrously brittle. Ideally it would fail at whatever if twas trying to do but press on with everything that it can do.
Preconditions
3 Theme Moza (CleverSoft)
Steps to reproduce
Expected result
Actual result
I check my firebug console and I see a javascript error on that file
=> /www/lib/web/mage/apply/scripts.js
Error is => SyntaxError: JSON.parse: unexpected character at line 14 column 36 of the JSON data
Problem looks like to come from JS function getNodeData on the return JSON.parse(data);
If some values of the JSON object are null, the console return a JSON Syntax error.
Thanks for your help
The text was updated successfully, but these errors were encountered: