Page 1 of 1

FCKEditor problem in 1.3.5

Posted: Fri 1. Feb 2008, 21:19
by culda_a
I have just found that when I try to upload a picture on server using the insert picture option from the fckeditor I get this error:
Not Acceptable
An appropriate representation of the requested resource /include/inc_ext/fckeditor/editor/filemanager/browser/default/browser.html could not be found on this server.
I have check on the server to see if the file is there and it is, what can cause this problem?

Re: FCKEditor problem in 1.3.5

Posted: Sat 2. Feb 2008, 00:32
by DeXXus
I ~believe~ this is a server side security issue.
They probably have some filtering "rules" that are interfering.

You can experiment by adding the following code in .htaccess file

Code: Select all

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>

Re: FCKEditor problem in 1.3.5

Posted: Sat 2. Feb 2008, 18:43
by culda_a
Thanks now is working :D