Then i look here on oxwall-site and there is the same.
GET http://www.oxwall.org/...jquery-2.0.3.min.map 404 (Not Found) /ow_static/plugins/base/js/jquery-2.0.3.min.map:1
Then i look here on oxwall-site and there is the same.
GET http://www.oxwall.org/...jquery-2.0.3.min.map 404 (Not Found) /ow_static/plugins/base/js/jquery-2.0.3.min.map:1
if you open this jquery.min.js file you see that we source map this file: jquery-2.0.3.min.map
http://blog.teamtreehouse.com/introduction-source-maps read this article please
Wich file i have to edit, so it not try to load this file?
Just open up ow_static/plugins/base/js/jquery.min.js and at the very top part of the file you will see this..
//@ sourceMappingURL=jquery-2.0.3.min.map
the @ is deprecated meaning that it is no longer supported so just change the @ to # so it looks like this now
//# sourceMappingURL=jquery-2.0.3.min.map
and you might as well do the same with backbone-min.js (look at the bottom of the file) while your here.
then save the file and try to log in again and your parse error should be gone. This should take care of the recent parse error. I was not sure where to post this info and rather than make a new post i just decided to update this one as i found it when i googled oxwall parse error login
hope this helps.
If i discover another reason i will update this post.
Where exactly do you get parse errors? What do you do to get it?
Where do you get this error:
"NetworkError: 404 Not Found - http://mysite.com/
oxwall/ow_static/plugins/base/js/jquery-ui-1.8.9.custom.min.js" ?