Hi all,
We've just attempted to implement FCKEditor on a page that has SSL and it seems that all the files that are included when the FCKEditor is initialized are pointing to http, which causes a number of errors (cross domain security no doubt.)
Errors:
Permission denied to set property Window.FCK_STATUS_NOTLOADED http://www.domain.com/resources/javascript/fckeditor/editor/js/fckeditorcode_gecko.js Line 25 FCKConfig is undefined http://www.domain.com/resources/javascript/fckeditor/fckconfig.js Line 27 FCKBrowserInfo is undefined http://www.domain.com/resources/javascript/fckeditor/editor/fckeditor.html?InstanceName=descriptionInput&Toolbar=CS_Default Line 270 FCKConfig is undefined http://www.domain.com/resources/javascript/fckeditor/editor/js/fckeditorcode_gecko.js Line 33 FCKTools is undefined http://www.domain.com/resources/javascript/fckeditor/editor/fckeditor.html?InstanceName=descriptionInput&Toolbar=CS_Default Line 176 FCK is undefined http://www.domain.com/resources/javascript/fckeditor/editor/js/fckeditorcode_gecko.js Line 105 FCKLang is not defined http://www.domain.com/resources/javascript/fckeditor/editor/fckeditor.html?InstanceName=descriptionInput&Toolbar=CS_Default Line 203 Permission denied to get property Window.FCKeditorAPI http://www.domain.com/resources/javascript/fckeditor/editor/js/fckeditorcode_gecko.js Line 38
We're using the exact same instance/setup on non-ssl/https pages and it works great.
Any idea's?
Thanks
Gav
Re: FCKEditor & HTTPS/SSL
Review the way that you are creating and setting up the configuration. You are the one that is forcing the http:// thing, the core is designed to work under any situation.
Re: FCKEditor & HTTPS/SSL
Thank you alfonsoml
Re: FCKEditor & HTTPS/SSL
I am experiencing exactly the same problem in the same situation. I suspect, therefore, that I too am being a numpty. Please could you post your solution as I can't for the life of me see where in the configuration I am forcing http://
Many thanks,
John.
Re: FCKEditor & HTTPS/SSL