Warning: 페이지 상단에 뜨는데요
본문
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 31
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/bizimf/public_html/_common.php:4) in /home/bizi/public_html/board/head.sub.php on line 37
답변 2
소스보기 하셔서
해당폴더의 _common.php에 공백이 있나 보십시요?
또는 /coomon.php 화일에 <? ?> 밖에 공백이 있나 보십시요.
헤드 부분이 시작되기 전에 공백이 있는경우 위 에러가 발생됩니다.
아무런 공백도 없는 상태에서 common.php가 include가 되어야 위 에러가 나오지 않습니다.
문자나 엔터 또는 스페이스하나라도 있다면 위 에러가 나오져
그런데 채택좀 해주세요~!