hi guys,
I configures phpbt on linux with postgres back end and it works smoothly. I wanted to install it on win2k with PHP 4.2.1, my sql 3.23. I get the following message. when I open the ../../index.php. Pls advice me.
Warning: Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\phpbug\phpbt-0.8.2\config.php:146) in c:\program files\apache group\apache\htdocs\phpbug\phpbt-0.8.2\include.php on line 152.
Thanks in advance,
vipula
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi guys,
I configures phpbt on linux with postgres back end and it works smoothly. I wanted to install it on win2k with PHP 4.2.1, my sql 3.23. I get the following message. when I open the ../../index.php. Pls advice me.
Warning: Cannot send session cookie - headers already sent by (output started at c:\program files\apache group\apache\htdocs\phpbug\phpbt-0.8.2\config.php:146) in c:\program files\apache group\apache\htdocs\phpbug\phpbt-0.8.2\include.php on line 152.
Thanks in advance,
vipula
Check config.php (around line 146) and make sure nothing is being sent to the browser. This includes any whitespace, such as extra newlines.