Im getting this error while reloading any page that contains FCKeditor. After the error message, the editor opens normally. It's seems to happen only with the .js files of the editor.
This error do not occur on IE any version.
This error do not occur on IE any version.
Versions and environment:
- Mozilla Firefox any version.
- FCKEditor 2.3.1 (1062) and latest
- Oracle Application Server: 9i and 10g. j2sdk1.4.2_05/jdk1.5.0_08
- Linux RedHat/Windows XP Pro SP2
- It's also occur when reloading locally (opening a single html file directly on the browser)
Please check the images below:
I will appreciate ANY help.
Thanks!
Re: "Error loading http://..." On mozilla any ver. (js
Re: "Error loading http://..." On mozilla any ver. (js
Re: "Error loading http://..." On mozilla any ver. (js
Re: "Error loading http://..." On mozilla any ver. (js
bump
Re: "Error loading http://..." On mozilla any ver. (js
The issue has been fixed in the latest SVN version.
You can also fix it yourself without updating to the potentially dangerous SVN code. Go to the root of FCKeditor's source tree, and edit the following two files:
Search for any lines with the string "onerror=", and you'll find a few instances of HTML string in JavaScript. Delete all the onerror attributes that you can find. After that the error messages should be gone.
Re: "Error loading http://..." On mozilla any ver. (js
Re: "Error loading http://..." On mozilla any ver. (js
Thank you very much for your help and time.