Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2012-09-12 11:37:46

toblatwerdna
New Member
Registered: 2012-09-10
Posts: 8

Re: Cannot save or create new Style

I have learnt something. Thanks for that. I really appreciate it.

Offline

#14 2012-09-17 13:01:41

toblatwerdna
New Member
Registered: 2012-09-10
Posts: 8

Re: Cannot save or create new Style

Now not saving ‘styles’ again. defaulting to 404 page.

added these to .htaccess
ErrorDocument 403 “TXP: Access not allowed”
ErrorDocument 500 “TXP: Script crashed”

also tried version 4.5.1 same thing.

Offline

#15 2012-09-18 05:36:26

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: Cannot save or create new Style

It definitely sounds like mod_sec or mod_sec2 problem…. you can disable mod_sec by adding the below to your htaccess, mod_sec2 needs to be disabled by your host – it can be done per account.

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

Offline

#16 2012-09-26 11:39:43

toblatwerdna
New Member
Registered: 2012-09-10
Posts: 8

Re: Cannot save or create new Style

No. That didn’t fix it either unfortunately.

Offline

#17 2012-09-27 01:02:28

tye
Member
From: Pottsville, NSW
Registered: 2005-07-06
Posts: 859
Website

Re: Cannot save or create new Style

Did you check with your host if they are using mod_sec2?

Offline

#18 2015-02-09 23:40:12

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Cannot save or create new Style

I am having the same problem with a new installation of 4.5.7. I discovered the problem when trying to ad AdSense code to a form. It wouldn’t save. Then I discovered I couldn’t save even unmodified pages. I can save a form with simple text in it. I have several other textpattern sites, and they’re all working fine.

james

Offline

#19 2015-02-10 11:05:37

kuopassa
Plugin Author
From: Porvoo, Finland
Registered: 2008-12-03
Posts: 228
Website

Re: Cannot save or create new Style

jrmartin, I’ve had problems with one hosting provider who has a firewall setting that blocks Textpattern from saving if form/page has http:// in it.

Offline

#20 2015-02-15 19:46:36

jrmartin
Member
From: California | Italy
Registered: 2013-03-07
Posts: 116
Website

Re: Cannot save or create new Style

I added the following to the .htaccess file and when I tried to save a form it returned: “TXP: Access not allowed”

ErrorDocument 403 "TXP: Access not allowed"...

Then try to save a page once more and report back with the results.

p.

Offline

Board footer

Powered by FluxBB