홈페이지 호스팅을 옮겼는데.. warning이 뜹니다. BOM을 제거 했지만.. 정보
홈페이지 호스팅을 옮겼는데.. warning이 뜹니다. BOM을 제거 했지만..본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 39
Warning: include(./popup_open.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
Warning: include(./popup_open.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
Warning: include() [function.include]: Failed opening './popup_open.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
등등 워닝이 생겼는데요.
검색을 해보니 bom문자 문제일거라고 하셔서.. 노트패드 ++이용하여 삭제 하고 업로드를 해봤는데
똑같은 문제가 발생합니다. hex view로 확인해보니 3c 3f로 <?로 시작하는것을 확인 했습니다.
음음 왜이럴까요?? 기존 호스팅에서는 잘되던 녀석이었는데..
http://hohomom2217.cafe24.com/ 문제의 홈페이지 주소이며
http://lee100847.cafe24.com 정상적인 홈페이지 주소 입니다.
고수님들 부탁드립니다.
오류 주소 :
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hohomom2217/www/index.php:1) in /home/hosting_users/hohomom2217/www/main/head/head.sub.php on line 39
Warning: include(./popup_open.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
Warning: include(./popup_open.php) [function.include]: failed to open stream: No such file or directory in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
Warning: include() [function.include]: Failed opening './popup_open.php' for inclusion (include_path='.:/usr/local/lib/php') in /home/hosting_users/hohomom2217/www/main/head/head_in.php on line 8
등등 워닝이 생겼는데요.
검색을 해보니 bom문자 문제일거라고 하셔서.. 노트패드 ++이용하여 삭제 하고 업로드를 해봤는데
똑같은 문제가 발생합니다. hex view로 확인해보니 3c 3f로 <?로 시작하는것을 확인 했습니다.
음음 왜이럴까요?? 기존 호스팅에서는 잘되던 녀석이었는데..
http://hohomom2217.cafe24.com/ 문제의 홈페이지 주소이며
http://lee100847.cafe24.com 정상적인 홈페이지 주소 입니다.
고수님들 부탁드립니다.
댓글 전체
해당 파일의 맨 위 공백을 제거하세요.
<?상위에 엔터도 없고 <?앞에 스페이스도 없네요... 왜 그럴까요..
header 함수 호출, session 처리 이전에 공백이나 문자가 먼저 출력되면 발생하는 메시지 입니다.
이것부터 확인 해보세요... ^^
이것부터 확인 해보세요... ^^
해결했습니다..
인쿠르드 된 파일들도 전부 bom 체크를 했어야 했는데... 위에 답변해주신것처럼 몇몇 파일에 보이지 않는 공백을 발견하였습니다
감사합니다.
인쿠르드 된 파일들도 전부 bom 체크를 했어야 했는데... 위에 답변해주신것처럼 몇몇 파일에 보이지 않는 공백을 발견하였습니다
감사합니다.