403 error when changing config 403 error when changing config
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

403 error when changing config

Started by chickendippers, February 24, 2007, 06:18:19 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

chickendippers

Hi there,
Whenever I attempt to change my gallery configuration I receive a 403 error - I can't say when it started happening, however it hasn't always done this.

I was previously running version 1.4.2, I thought the problem might be caused by my upgrading both php and mysql to version 5, so upgraded (using Fantastico) to version 1.4.10, however the problem still persists. I have read that the Fantastico upgrader isn't perfect but I'm not sure if my problem is related to that.

My gallery can be found at www.cncworld.org/gallery


Thanks in advance,
chickendippers.
Valcato Hosting  - 6 years in the business

Nibbler

Probably mod_security. Ask your host for instructions how to disable it if so.

chickendippers

That did the trick. Thank you so much :)
Valcato Hosting  - 6 years in the business

visualmtb

For others, I had the same issue and you can try to add the following into you .htacces file

To disable mod_security completely, add the following line to the .htaccess file.

SecFilterEngine Off

To disable HTTP POST scanning only, use the following instead:

SecFilterScanPOST Off