Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dtng10/www/board/head.sub.php:49) in /home/hosting_users/dtng10/www/board/bbs/board.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dtng10/www/board/head.sub.php:49) in /home/hosting_users/dtng10/www/board/bbs/board.php on line 231
위와같이 에러메세지가 나오는데 어디를 수정해야 하는지 알수가없네요..ㅠ.ㅠ 도와주세요
답변 3개
인코딩 문제로 발생한 오류로 보여집니다.
header 앞에 echo나 문자 출력하는 소스가 있는지 확인해 보세요.
혹시 모르니 유니코드 BOM 이 저장되었는지도 확인해 보시고 UTF-8로 변경해서 저장해주세요.
추가해보니 안되요.ㅠ.ㅠ 에러메세지가 더 이상한게 나왔어요ㅠ.ㅠ
head.sub.php
파일 제일 상단에
@ob_start();
추가해보세여
답변을 작성하려면 로그인이 필요합니다.