Nieuw lid |
|
Ik snap er niets van, mijn site werkte perfect! Maar toen mijn webhost naar een andere server is overgeschakeld kreeg ik plots deze error op mijn scherm:
Warning: Cannot modify header information - headers already sent by (output started at /home/futzi/public_html/home7.php:2) in /home/futzi/public_html/home7.php on line 289
Warning: Cannot modify header information - headers already sent by (output started at /home/futzi/public_html/home7.php:2) in /home/futzi/public_html/home7.php on line 290
Warning: Cannot modify header information - headers already sent by (output started at /home/futzi/public_html/home7.php:2) in /home/futzi/public_html/home7.php on line 291
Ik snap er niets van, het werkte vroeger en ik heb al vanalles geprobeerd, wie kan mij helpen?
Op die 3 lijnen staat er dit in mijn code:
setcookie("user", $user, time()+60*60*24*7);
setcookie("pass", $pass, time()+60*60*24*7);
setcookie("auth", "accept", time()+60*60*24*7);
Dries,
|