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!
newsletter saving problem, please help [solved]
newsletter saving problem, please help [solved]
Last edited by seb-nl on Fri 10. Feb 2006, 11:10, edited 1 time in total.
Re: newsletter saving problem, please help
It's probably Apache...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!
http://www.urbangiraffe.com/2005/08/20/ ... 406-error/
Here's a post that links to several other discussions:
http://www.freewebsitehost.net/fwhforum ... =6249#6249
http://www.freewebsitehost.net/fwhforum ... =6249#6249
GLAD you are back in the game.seb-nl wrote:The problem is solved. A huge thanx to you for pointing me the solution.
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>