hi everybody 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 ?
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
http://wnemo.12gbfree.com/fckeditor/_sa ... mple01.php
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 ?