only half of page printed with php 5.2.8

Permalink
I updated to php 5.2.8 last week and since that moment I often had pages that were not completely printed. It basically stopped printing after it printed about 50% of the page..

I have no idea what causes that problem. Whether it is php or concrete5, I just wanted to mention it in case someone else has the same problem.

I'm back at php 5.2.5 until I figure out what's wrong..

Remo
 
mikav replied on at Permalink Reply
mikav
set "output_buffering=on" in php.ini file.
Remo replied on at Permalink Reply
Remo
I'm not using IIS myself. Only a couple of customers do and I don't have root (admin :-) access to their servers..

ini_set disabled.

Did it help in your case?