1.2.9: Can't save templates

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

1.2.9: Can't save templates

Post 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
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post by Stim »

Just create 1 file with notepad or something and add this string below on it:

Code: Select all

SecFilterEngine Off
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"
)-= 1.3.0 user =-(
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Post by d-lexy »

Hi Stim,

thanks for quick reply!

I tried out your suggestion but it didn't help :(
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post 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?
)-= 1.3.0 user =-(
Stim
Posts: 587
Joined: Mon 6. Jun 2005, 13:13

Post 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
)-= 1.3.0 user =-(
User avatar
DeXXus
Posts: 2168
Joined: Fri 28. Nov 2003, 06:20
Location: USA - Florida

Re: 1.2.9: Can't save templates

Post 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
d-lexy
Posts: 76
Joined: Fri 22. Oct 2004, 22:59
Location: Toronto, Canada / Tallinn, Estonia

Post 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!
Post Reply