Closed GoogleCodeExporter closed 9 years ago
The JS code probably failed to initialize. Please post any JS errors reported
in the JS Console (hit Ctrl+J or F12 to open it).
Also, note that you need a local webserver (http://localhost/) to try this
locally; opening it via file:/// protocol won't probably work.
Original comment by ondrej.zara
on 15 Feb 2012 at 4:26
This is what I get:
XMLHttpRequest cannot load file:///F:/Aram/wwwsqldesigner-2.6/locale/en.xml.
Cross origin requests are only supported for HTTP.
oz.js:219
Uncaught Error: NETWORK_ERR: XMLHttpRequest Exception 101
Checked with FF, works. Chrome is the latest - 17.0.963.56 m
Original comment by paronik...@gmail.com
on 6 Mar 2012 at 4:37
[TEMPORARY SOLUTION]: A simple try/catch block around xhr.send on oz.js:219
will do the trick
Original comment by paronik...@gmail.com
on 6 Mar 2012 at 4:45
HMM, XMLs and styles not loaded, Chrome plays an FBI Game :)))
I'm washing hands, FF is fine for me
Original comment by paronik...@gmail.com
on 6 Mar 2012 at 4:51
You must not open it locally (via file:// protocol). Use a local webserver and
a http://localhost/ address. Chrome forbids XHR access to file:// resources.
Original comment by ondrej.zara
on 6 Mar 2012 at 8:25
Original issue reported on code.google.com by
linssen....@gmail.com
on 15 Feb 2012 at 11:12