Having a bit of trouble today. :-P
Blank/failing redirect page: Since the updates, I've seen an intermittent recurrence of the first problem, it seems a bit worse today. On submit of a reply, or edit of a post, you don't get to the "redirection" screen. Just a bare header at the top, and it's done. The post is not applied, but often back-button, hit it again, it posts. Never saw this before the update.
Code error bug: As mentioned, the code error trap is a good idea, needs to specify **where** the error is, and understood that is in the works - but today I had a larger problem unrelated to that. Took a full 20 minutes to figger out because I was looking in the wrong place.
It is triggering non-markup code errors on this:
[
0
]
As in, $array[arraynumber], try assembling the above three lines on one line, see if you can get it to post. I think it exists if that is any number at all.
Put the entities back: This was never a problem before. You broke it. :-)
&
amp;
Used to print as a literal, for example, when explaining why
ampersands need to be coded to validate [webmasterworld.com]. We love the unmolested pipes | (there's a joke in there somewhere) but need the entities back.