에러 해결방법 알려주세요 > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

에러 해결방법 알려주세요 정보

에러 해결방법 알려주세요

첨부파일

바탕 화면.zip (69.5K) 2회 다운로드 2013-07-22 19:32:50

본문

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at /WEB/flonet/html/gnuboard4/flonet.php:1) in /WEB/flonet/html/gnuboard4/head.sub.php on line 38


이렇게 나오는데 어떻게 해야되는건지 ;;;
  • 복사

댓글 전체

근본적인 해결방법은 UTF구조적인 문제라 힘들구요, warning 메세지가 나오지 않도록 조치를 하여야 합니다.
common.php 파일을 열어서 상단의 error_reporting부분을
아래와 같이 바꾸어 주십시오.

error_reporting(E_ALL & ~E_NOTICE & ~E_WARNING);
© SIRSOFT
현재 페이지 제일 처음으로