FCKEditor problem in 1.3.5

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

FCKEditor problem in 1.3.5

Post 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?
ImagePackging design,labels, catalogs,postcards,
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: FCKEditor problem in 1.3.5

Post 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>
culda_a
Posts: 521
Joined: Tue 28. Feb 2006, 01:39
Contact:

Re: FCKEditor problem in 1.3.5

Post by culda_a »

Thanks now is working :D
ImagePackging design,labels, catalogs,postcards,
Post Reply