I have check on the server to see if the file is there and it is, what can cause this problem?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.
FCKEditor problem in 1.3.5
FCKEditor problem in 1.3.5
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:
Packging design,labels, catalogs,postcards,
Re: FCKEditor problem in 1.3.5
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
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>