Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2019-05-25 18:17:25

raminrahimi
Member
From: India
Registered: 2013-03-19
Posts: 276

Saving article 404 error appear !

The article when it has style option on the body like <p style="color:#333;">text</p> on saving, error 404 appear !
if i remove style <p>text</p>, it will save without problem
Note: I’ve Textpattern CMS 4.5.7 and I changed php version to 5.4 , 5.5, 5.6 as well, but still having problem.

Last edited by raminrahimi (2019-05-25 18:19:11)

Offline

#2 2019-05-25 21:19:24

Bloke
Developer
From: Leeds, UK
Registered: 2006-01-29
Posts: 11,269
Website GitHub

Re: Saving article 404 error appear !

This is usually to do with your host’s anti-spam filters being too sensitive and triggering when certain conditions are met in the POSTed payload. See this post for an example of how to detect what might be happening and this 403 issue might also be related.

The usual resolution is to email your host, tell them what’s going on and ask if they can tweak their rules. Worst case, just shut the filters off if you can.


The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.

Txp Builders – finely-crafted code, design and Txp

Offline

#3 2019-05-25 21:22:38

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,595
Website

Re: Saving article 404 error appear !

Someone else reported something similar a long time ago and got around it by using single quotes instead of double quotes, e.g. <p style='color:#333;'>text</p>.

Aside from that, if you are able, upgrade to a more recent version of typ.


TXP Builders – finely-crafted code, design and txp

Offline

Board footer

Powered by FluxBB