Hello,
I am very new to this great components(FCKeditor). I have tested the sample in my local configuration using WAMP, it working fine but once I uploaded the complete module of FCKEditor 2.6(included sample) to my free hosting space, I see nothing happen(the sample does not work, no editor loaded). Could any body tell me how could I check at my server side to see what is the cause of unsuccessful loaded FCKeditor? I have also tested the sample in {fckeditor/_samples/html }, the editor is loaded fine but when I run the example in folder {fckeditor/_samples/php} nothing could load, only login interface of my free webspace is loaded at the place instead of Editor.
Could you please help me to resolve this problem? My free hosting space is using PHP Version 5.1.6(checked through phpinfo).
Best regards,
Veasna
Mon, 05/26/2008 - 11:14
#1
Re: FCKeditor - sample is not work while uploaded to remote serv
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor - sample is not work while uploaded to remote serv
I had this code as the page source
Re: FCKeditor - sample is not work while uploaded to remote serv
/www/12gbfree.com/w/n/e/wnemo/htdocs/fckeditor/
Which is wrong. You should set BasePath to "/fckeditor/" only, I believe. anyway, you should investigate it in this sense.
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor - sample is not work while uploaded to remote serv
I use fckeditor with dotnetnuke
every thing is ok by dotnetnuke but fckeditor does not load and "server application unavailable" is shown instead of editor.
when I try to see the sample files uploaded in FCKEditor directory (Providers/HtmlEditorProviders/Fck/FCKEditor/_Samples)
I encounter an error :
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
when I delete web.config from server everything about fckeditor is ok (except my website) .
what's the problem ?