newsletter saving problem, please help [solved]

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
seb-nl
Posts: 17
Joined: Wed 8. Feb 2006, 14:50

newsletter saving problem, please help [solved]

Post by seb-nl »

Please help me out guys,

After many months of use without any problems suddenly the newsletter can't be saved anymore.

Extremely weird since I have not modified any config files or something in ages.

After hitting the Save Newsletter button, both IE and FireFox report an 406 error with the following url in the adressbar:

/phpwcms.php?do=messages&p=3&s=2


phpwcms build:
Release 1.1-RC4 27-08-2004


Any ideas?

Note: I would prefer a solution without an upgrade, since that is planned for a couple of months ahead (together with a small redesign) and might affect the complete site.

Thanx in advance!
Last edited by seb-nl on Fri 10. Feb 2006, 11:10, edited 1 time in total.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: newsletter saving problem, please help

Post by DeXXus »

seb-nl wrote:Please help me out guys,

After many months of use without any problems suddenly the newsletter can't be saved anymore.

Extremely weird since I have not modified any config files or something in ages.

After hitting the Save Newsletter button, both IE and FireFox report an 406 error with the following url in the adressbar:

/phpwcms.php?do=messages&p=3&s=2


phpwcms build:
Release 1.1-RC4 27-08-2004


Any ideas?

Note: I would prefer a solution without an upgrade, since that is planned for a couple of months ahead (together with a small redesign) and might affect the complete site.

Thanx in advance!
It's probably Apache...
http://www.urbangiraffe.com/2005/08/20/ ... 406-error/
seb-nl
Posts: 17
Joined: Wed 8. Feb 2006, 14:50

Post by seb-nl »

Thanx.

I'm going to test it's solution asap!

It would be a good explanation for why it suddenly didnt work, maybe the hosting company decided to enable mod_security.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

Here's a post that links to several other discussions:
http://www.freewebsitehost.net/fwhforum ... =6249#6249
seb-nl
Posts: 17
Joined: Wed 8. Feb 2006, 14:50

solved

Post by seb-nl »

The problem is solved. A huge thanx to you for pointing me the solution.
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Post by DeXXus »

seb-nl wrote:The problem is solved. A huge thanx to you for pointing me the solution.
GLAD you are back in the game. :wink:
leoff wrote:http://www.phpwcms.de/forum/viewtopic.php?p=58692#58692
Posted: Thu Feb 09, 2006 12:06 Post subject: Article Update Not Working

The answer? Just add the following to the .htaccess file.

<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Post Reply