albertcarrete / ac2292777

Repo for PHP Class Files
0 stars 0 forks source link

Headers Already Sent #1

Open albertcarrete opened 11 years ago

albertcarrete commented 11 years ago

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/47924/public_html/ac2292777/Karate/header.php:10) in /home/47924/public_html/ac2292777/Karate/header.php on line 16

mlehrjava commented 11 years ago

Common problem, session start has to occur before any html, etc....