Page 1 of 1

Edit PHP.INI so that I can reproduce errors?

PostPosted: 22. November 2004 09:49
by vicAlmighty
I need to know how to edit the php.ini file, so that i can reproduce errors like:
Code: Select all
Cannot send session cookie - headers already sent by (output started at /customers/pppr/www/CMT/index.php:10) in /customers/pppr/www/CMT/login/login.php on line 2


On my prod. server I don't get this error, on some other server I do :)
So, I would like to see if i can reproduce it on XAMMP...

Can anyone help me with this?

Sincerly,
Vic.

PostPosted: 22. November 2004 15:12
by Wiedmann
Code: Select all
output_buffering = Off

PostPosted: 22. November 2004 15:43
by vicAlmighty
thnx! :)

Jetzt is einfag :)))