How can I find out where my script is outputting to the screen for the
first time?
My error logs are full of stuff like this:
[24-May-2006 19:51:22] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:51:22] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:51:26] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:51:26] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:54:42] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:54:42] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:54:45] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:54:46] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
but the lines they are pointing to are
session_start() ;
session_registe r();
first time?
My error logs are full of stuff like this:
[24-May-2006 19:51:22] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:51:22] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:51:26] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:51:26] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:54:42] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:54:42] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
[24-May-2006 19:54:45] PHP Warning: session_start() : Cannot send
session cache limiter - headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandStartSes sion.php
on line 14
[24-May-2006 19:54:46] PHP Warning: Cannot modify header information -
headers already sent in
/home/httpd/vhosts/monkeyclaus.org/httpdocs/media/audio/pdsIncludes/CommandSetMachi neIdOnVisitorsM achine.php
on line 26
but the lines they are pointing to are
session_start() ;
session_registe r();
Comment