I might as well share this and maybe save someone else the headaches that I had to put up with. Wordpess and php5 does not work with sites with posting the size that this size does. Turns out that it is not really a Wordpress bug, but a PCRE/php5 issue. Increasing pcre.backtrack_limit in php.ini from 100000 to 10000000 did the trick.
Another benefit seems that the sight is running faster.
No more php4 cgi for me!
Post a Comment