Hello ,
I have been trying to work out what's been going astray with my install of CKEditor, it works fine in IE and Chrome (last I checked) but not in Firefox.
Here's a sample of what it is displaying...
http://reallifegaming.com.au/index.php?p=Forum&q=thr&id=3&postid=true#wysiwyg
I assumed it was something I had changed until I looked at the Samples
http://reallifegaming.com.au/ckeditor/_samples
Now I'm thinking it's some server-side firefox specific setting that isn't quite right...
Any help would be greatly appreciated, thanks for this wonderful app CKEditor team!
Rhys M.
Tue, 05/10/2011 - 02:28
#1
Re: FF 3.6.10 & 4.0.1 Not displaying editor
In the FF 3.6 your site gives me
I agree with you, I think it must be something related to the server configuration.
I have exactly the same problem with the built-in http server in Aptana Studio. At the same time these particular files work fine when ran from the local directory (using file:// protocol).
However uncompressed sources do not cause this error so I didn't bother too much.
See also http://dev.ckeditor.com/ticket/5548
Re: FF 3.6.10 & 4.0.1 Not displaying editor
@ work at the moment will try the fix soon and post results.
RM.
Re: FF 3.6.10 & 4.0.1 Not displaying editor
I figured I could get my hands on the uncompressed source code from the downloads page but I was unable to find it, tried google as well. Could you direct me to the uncompressed files please typeof. I do note the _source folder in the ckeditor directory, if this is all I need how to I link the uncompiled js files in this folder?
Thanks,
RM
Re: FF 3.6.10 & 4.0.1 Not displaying editor
Go to http://ckeditor.com/download and get CKEditor 3.6, released on 9 May 2011
In order to use uncompressed code you should include ckeditor/ckeditor_source.js instead of ckeditor.js
The actual files are in the ckeditor/_source dir
Re: FF 3.6.10 & 4.0.1 Not displaying editor
You should check instead what's the real problem with your setup. For me it's failing because you have removed the /ckeditor/lang/es.js translation but it's still trying to autodetect my language.
Re: FF 3.6.10 & 4.0.1 Not displaying editor
I think that Alfonso's solution will work for you.
It turns out that in my case the reason of this problem was different. Aptana's server can't process
http://127.0.0.1:8020/CKEditor/lang/pl.js?t=B37D54 (it says "File /CKEditor/lang/pl.js?t=B37D54 not found")
while
http://127.0.0.1:8020/CKEditor/lang/pl.js is served just fine.
Perhaps uncompressed version (editor_source.js) handles language files in a different way (maybe without timestamp..?).
Re: FF 3.6.10 & 4.0.1 Not displaying editor
Thanks for your help fellas, I ended up putting it on the back burner, to many other commitments. When I pick it back up I'll upload a fresh set of files.
.
Thanks again