403 error when changing config 403 error when changing config
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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