Page 1 of 1
1.2.9: Can't save templates
Posted: Wed 28. Feb 2007, 22:48
by d-lexy
Hi
Just installed 1.2.9 and discovered that I can't save templates.
Any idea why that happens?
Thanks in advance!
-Alex
Posted: Wed 28. Feb 2007, 23:01
by Stim
Just create 1 file with notepad or something and add this string below on it:
Rename then that file to: .htaccess and upload it to phpwcms root folder.
Other alternative to add, but not necessary:
Code: Select all
SecFilterEngine On
SecFilterSelective "POST_PAYLOAD" "poppy" "allow,nolog"
SecFilterSelective "POST_PAYLOAD" "hot red poppies" "allow,nolog"
SecFilterSelective "POST_PAYLOAD" "any other string" "allow,nolog"
Posted: Wed 28. Feb 2007, 23:18
by d-lexy
Hi Stim,
thanks for quick reply!
I tried out your suggestion but it didn't help
Posted: Wed 28. Feb 2007, 23:28
by Stim
Well, can you explain more what happens when you try to save template??
Almost server today have upgrade there server and if you use JavaScript for example it may curse problem, but add that string solve thoes problem.
I have same problem as you but I disable that security futures with that string "SecFilterEngine Off " in .htaccess file every time i use template or article with javastuffs. When I finish I just remove that file from server.
However; it should be easier to understand your problem more if you explain little more what problem is and what you do?
Posted: Wed 28. Feb 2007, 23:53
by Stim
if you have same problems, which it sounds like, then please folow:
http://www.phpwcms.de/forum/viewtopic.p ... lterengine
If this not works; i don’t know to help you, sorry. My opinion is if it not work pm Oliver and am sure he can help you with all kind of problem with phpwcms
Re: 1.2.9: Can't save templates
Posted: Thu 1. Mar 2007, 01:07
by DeXXus
d-lexy wrote:Hi
Just installed 1.2.9 and discovered that I can't save templates.
Any idea why that happens?
Thanks in advance!
-Alex
http://www.phpwcms.de/forum/viewtopic.p ... e+template
http://www.phpwcms.de/forum/viewtopic.p ... e+template
Posted: Thu 1. Mar 2007, 03:15
by d-lexy
That did the trick!
I for some reason assumed that the latest patch was included into the main download
Thanks again everyone!