Page 1 of 1

[solved] oh where has my image manager gone?

Posted: Fri Nov 28, 2008 2:28 am
by macko
***this is to do with apache and restrictions placed by the host

a mod_security related error. adding:


  SecFilterEngine Off
  SecFilterScanPOST Off


to your .htaccess file solved it.  ***

Hi all,

have a problem with the image manager - can't seem to get it to display.
Get the following error:

Not Acceptable
An appropriate representation of the requested resource /lib/filemanager/ImageManager/images.php could not be found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.41 Server at www.website.com Port 80


Server info is:

Apache version   1.3.41 (Unix)
PHP version   5.2.5
MySQL version   4.1.22-standard


has anyone encountered this problem?  I can't seem to find a solution on the forums or support.  Many thanks.

Re: oh where has my image manager gone?

Posted: Fri Nov 28, 2008 5:43 pm
by Nullig
Is this a new install? an upgrade?
Which version of CMSMS?

Have you tried re-uploading the lib directory? or reinstalling?

Nullig

Re: oh where has my image manager gone?

Posted: Fri Nov 28, 2008 5:54 pm
by macko
Hi Nullig,

sorry forgot to mention the version.
Its a new install of 1.4.1
have tried reuploading the lib directory several times.

Re: oh where has my image manager gone?

Posted: Fri Nov 28, 2008 5:59 pm
by Nullig
This could be a mod_security related error. As a test you could try adding:


  SecFilterEngine Off
  SecFilterScanPOST Off


to your .htaccess file. If the problem goes away, you should contact your Hosting provider to see if they can relax the rules a bit for the Apache mod_security module.

Nullig

[solved] Re: oh where has my image manager gone?

Posted: Fri Nov 28, 2008 6:16 pm
by macko
yes this has resolved the issue with the xajax file and also my image manager has started working.  I will contact my host.

thank you so very much for your help, I would never have figured this one out!