Hey guys,
Long time no post, some of you might not remember me
Helping a friend make a site which requires a membership area but I'm hitting some errors.
Basically when I go to Login.php I get this.
Quote:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107
|
When I try to get to members.php I then get this.
Quote:
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/joebrown/public_html/ExecutiveAirways/login.php:5) in /home/joebrown/public_html/ExecutiveAirways/login.php on line 132
|
Can any of you guys help me?
for anyone wanting to look at all the source you can get to the site here.
http://www.joebrownleephotography.co...ways/login.php
Cheers,
Joe.