메인상단에 이상한 글씨가... 정보
메인상단에 이상한 글씨가...본문
이게 무슨 에러 일까요????ㅜ.ㅜ utf-8을 사용해서 만들어 보고 있는데요
head1.php 와 index.php와 tail1.php 를 써서 평소랑 똑같이 해본것 같은데
아래와 같이 메인 페이지 상단에 이런게 떠요...ㅜ.ㅜ
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 38
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/dddddd/www/index.php:1) in /home/hosting_users/dddddd/www/head.sub.php on line 38
댓글 전체
그게 말이죠...유니사용자들이 가끔나는 에러입니다...
에디터 사용시 수정하던 파일에 bom이 추가가 되버리면 발생을 하더라구요...
에디터를 바꿔보시던지..에시터 옵션같은 부분에서 bom을 사용하지 않는다고 해주세요~
에디터 사용시 수정하던 파일에 bom이 추가가 되버리면 발생을 하더라구요...
에디터를 바꿔보시던지..에시터 옵션같은 부분에서 bom을 사용하지 않는다고 해주세요~
아아 이거 common.php 하고 common.lib.php
이 문제입니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2497
이 링크에서 파일 다운하신 후에
이 두 파일만 덮어쓰기 하세요.
이 문제입니다.
http://sir.co.kr/bbs/board.php?bo_table=g4_tiptech&wr_id=2497
이 링크에서 파일 다운하신 후에
이 두 파일만 덮어쓰기 하세요.
감사합니다~~두분의 도움으로~해결~~