Cannot send session cache limiter
Posted: Sun Dec 17, 2006 12:45 pm
Does anyone know what causes these errors?
1.) Warning: Cannot send session cache limiter - headers already sent
(output started at /usr/local/pathname/functions.php:71) in
/usr/local/pathname/login.php on line 18
2.) Warning: Cannot add header information - headers already sent by (output started at /usr/local/pathname/functions.php:71) in /usr/local/pathname/login.php on line 28
I have an .inc file called functions.php that contains all the functions for the script. I also have a login.php and a config.php
Now if I take out the includes I do not receive and error?
1.) Warning: Cannot send session cache limiter - headers already sent
(output started at /usr/local/pathname/functions.php:71) in
/usr/local/pathname/login.php on line 18
2.) Warning: Cannot add header information - headers already sent by (output started at /usr/local/pathname/functions.php:71) in /usr/local/pathname/login.php on line 28
I have an .inc file called functions.php that contains all the functions for the script. I also have a login.php and a config.php
Now if I take out the includes I do not receive and error?