Warning: Cannot modify header information - headers already sent by (output started at /home/smtel/public_html/index.php:2) in /home/smtel/public_html/common.php on line 8 정보
Warning: Cannot modify header information - headers already sent by (output started at /home/smtel/public_html/index.php:2) in /home/smtel/public_html/common.php on line 8첨부파일
본문
며칠째 고심 하고 있는부분입니다.
index.php 를 수정하고 나면 꼭 "Warning: Cannot modify header information - headers already sent by (output started at /home/smtel/public_html/index.php:2) in /home/smtel/public_html/common.php on line 8" 라는 에러메세지가 뜹니다.
common.php 파일 8번줄 삭제 하면 회원가입할때 보안그림이 x박 으로 바껴버리네요..
고수님들 답변 부탁드립니다.
index.php 를 수정하고 나면 꼭 "Warning: Cannot modify header information - headers already sent by (output started at /home/smtel/public_html/index.php:2) in /home/smtel/public_html/common.php on line 8" 라는 에러메세지가 뜹니다.
common.php 파일 8번줄 삭제 하면 회원가입할때 보안그림이 x박 으로 바껴버리네요..
고수님들 답변 부탁드립니다.
댓글 전체
index.php의 첫줄에 있는
<meta name="generator" content="Namo WebEditor(Trial)">
내용 삭제하세요.
첫줄은 <? 로 시작되도록 하세요
<meta name="generator" content="Namo WebEditor(Trial)">
내용 삭제하세요.
첫줄은 <? 로 시작되도록 하세요
네..감사합니다..
저도 같은 문제로 몇시간째 고민하고 검색하다가 root 님 글 보고 방금 해결했습니다.늦은 인사지만 너무 감사드려요...^^