관리자메인 상단에 뜨는 오류메시지 정보
관리자메인 상단에 뜨는 오류메시지본문
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 55
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 57
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 60
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 61
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 57
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 58
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 59
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 60
Warning: Cannot modify header information - headers already sent by (output started at /home/jinyoung/public_html/gunboard4/adm/_common.php:5) in /home/jinyoung/public_html/gunboard4/head.sub.php on line 61
관리자로 로그인해서 보면 상단에 뜨는 오류인데 어디를 고쳐야할까요?
head.sub.php 과 _common.php 파일 사이에 나는 오류 같은데요...
두 파일을 덮어씌워도 소용없네요...
_common.php 파일 내용
<?
$g4_path = ".";
include_once("$g4_path/common.php");
?>
$g4_path = ".";
include_once("$g4_path/common.php");
?>
이렇게 달랑 4줄인데요... 아시는 분 답변 부탁드릴께요...
댓글 전체
-. 키워드 : headers sent by
-. 대상게시판 : 팁게시판(g3, g4 포함), 질문게시판(g3,g4 포함)
-. 짚어야 할 부분
<? ?>로 이루어진 구문에서 맨 우측의 공백처리 확인(스페이스 등...)
include 순서 확인(이건 그다지 의미가 없을 것 같군요. 기본소스에서 큰 변화가 없으니...)
include_once("$g4_path/common.php"); 와 같은 소스코드의 맨 우측 공백확인(공백제거)
'복사&붙여넣기'인 경우, 소스코드가 잘려서 <br>처리 즉, 의도치 않은 줄바꿈 처리가 되었는지 확인.
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=16169&sca=&sfl=wr_subject%7C%7Cwr_content&stx=headers+sent+by&sop=and&spt=-5689&page=1
-. 대상게시판 : 팁게시판(g3, g4 포함), 질문게시판(g3,g4 포함)
-. 짚어야 할 부분
<? ?>로 이루어진 구문에서 맨 우측의 공백처리 확인(스페이스 등...)
include 순서 확인(이건 그다지 의미가 없을 것 같군요. 기본소스에서 큰 변화가 없으니...)
include_once("$g4_path/common.php"); 와 같은 소스코드의 맨 우측 공백확인(공백제거)
'복사&붙여넣기'인 경우, 소스코드가 잘려서 <br>처리 즉, 의도치 않은 줄바꿈 처리가 되었는지 확인.
http://sir.co.kr/bbs/board.php?bo_table=g4_qa&wr_id=16169&sca=&sfl=wr_subject%7C%7Cwr_content&stx=headers+sent+by&sop=and&spt=-5689&page=1
어떻게 할까 하다가 그누보드 새버전을 받아다가 통째로 덮어씌우니까 괜찮아졌어요...
답변 감사드립니다.
답변 감사드립니다.
덮어요