Re: [PHP] Output_Buffer problem

2005-11-14 Thread Richard Lynch
On Sun, November 13, 2005 4:39 pm, Todd Cary wrote: > My client has switched to a shared server, so direct access to the > php.ini is not availble. Our calendar program expects to have > output_buffering set to On ("1"). > > Currently, I get the expected error of > > Warning: Cannot modify header

Re: [PHP] Output_Buffer problem

2005-11-13 Thread David Tulloh
The documentation[1] lists output_buffering as changeable PERDIR. This means you can't set it in the file. Instead you should look into setting it in the apache .htaccess file. 1: http://php.net/manual/en/ref.outcontrol.php Todd Cary wrote: > My client has switched to a shared server, so direc

[PHP] Output_Buffer problem

2005-11-13 Thread Todd Cary
My client has switched to a shared server, so direct access to the php.ini is not availble. Our calendar program expects to have output_buffering set to On ("1"). Currently, I get the expected error of Warning: Cannot modify header information - headers already sent by (output started at /h