curiouser and curiouser...
Correction: I can’t save chunks with HTML in them.
Mod_security doesn’t appear to be on my server. Any mention of it in my htaccess causes a 500 error.
I can create and save a chunk which says "I think I’m going to blow chunks...urp...", but if I try to create or edit one which says:
<div class="[[+cls]]">
<a href="[[+url:default=`[[+image_absolute]]`]]">
<img class="[[+imgCls]]" src="[[+thumbnail]]" alt="[[+name]]"/>
</a>
<small>[[+name]]</small>
</div> for example... nothing. I get the "saving" notifier, but never the "saved!" one.
sigh.
Edit:
OK, nested HTML tags are the threshold.
for instance:
<div>I am poorly formatted html.</div>
works fine.
<div><p>I am more semantically correct than the above example.</p></div>
does not work.
No error messages.
This sounds in every way like a mod_security-’like’ issue, but since it appears not to be present...
/ edit
Edit 2:
This is the same with a brand-new un-spoiled install of 2.11.
Just tried it.
Same thing.
What I really don’t understand is why 2.08 worked... does anyone know what specifically changed that would have an effect on posted data?
/ edit2