공지사항쪽에 오류좀 봐주십시오..ㅜㅜ 정보
공지사항쪽에 오류좀 봐주십시오..ㅜㅜ본문
주소는 이거구요 http://hyokhap.org/
오류내용은 아래와 같습니다.
오류가 발생하는 이유를 알고 싶어요
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
오류내용은 아래와 같습니다.
오류가 발생하는 이유를 알고 싶어요
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dcnsoo/www/index.html:6) in /home/hosting_users/dcnsoo/www/lib/common.lib.php on line 110
댓글 전체
에러 메시지의 의미는 http 프로토콜의 헤더를 전달하고 나서 다시 헤더 정보를 8라인에서 보낸다는 의미입니다.
제가 소스를 볼 수 없어서 정확하지는 않지만, 8라인에 header(...) 이런 명령이 있지 않나요?
만약에 그렇다면, 이 명령을 앞으로 옮겨야 할 것같습니다. 즉 body가 출력되지 전에 header가
출력되어하니까요.
방금도 들어가 보니까 동일한 에러가 나고 있네요.
도움이 되었기를 바랍니다.
제가 소스를 볼 수 없어서 정확하지는 않지만, 8라인에 header(...) 이런 명령이 있지 않나요?
만약에 그렇다면, 이 명령을 앞으로 옮겨야 할 것같습니다. 즉 body가 출력되지 전에 header가
출력되어하니까요.
방금도 들어가 보니까 동일한 에러가 나고 있네요.
도움이 되었기를 바랍니다.