Strange problem with output_buffering in new version

Ankh_

New member
Joined
Feb 7, 2012
Messages
3
Hello,

we are running a server and updated last week (14th) to 5.3.16.
Everything ran fine until this weekend. One website (out of 100, but the biggest) crashed out of nowhere. Due to school holidays we didn't know, so we are fixing the error today.

It got in a loop (redirect).. We figured after moving php.ini (CGI install) it all worked. So something in the php.ini was crashing the website.. After an hour trying all options, we found out that "output_buffering" crashes the website.

Why, we don't know. But standard this option is off (according to the installation documents of php) but DA has setup a php.ini with "output_buffering".
Anybody else has got this problem (and maybe found a fix)? We can't find any faulty php files...

Thanks!
 
Hello,

Why don't you upgrade your PHP scripts (if it's a widely used CMS)? Or disable output_buffering in php.ini? Otherwise you should go into detailed debugging...
 
Not sure if youre running a CMS but Joomla 2.5 recommends output buffering is set to off.
Ours was: output_buffering = 4096
We changed this to: output_buffering = off
 
Back
Top