I am using PHP 4.3.1 with MySql 4.0.2 getting the following errors:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at phpbt/config.php:76) in phpbt/include.php on line 166
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at phpbt/config.php:76) in phpbt/include.php on line 166
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You probably have an extra line at the end of config.php. Edit it, deleting everything from the end of the file back to the ?>, making sure there are no extra blank lines.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using PHP 4.3.1 with MySql 4.0.2 getting the following errors:
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at phpbt/config.php:76) in phpbt/include.php on line 166
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at phpbt/config.php:76) in phpbt/include.php on line 166
You probably have an extra line at the end of config.php. Edit it, deleting everything from the end of the file back to the ?>, making sure there are no extra blank lines.