포인트랭킹 스킨쓰고있는데 에러가 납니당 ㅡ,ㅜ 정보
포인트랭킹 스킨쓰고있는데 에러가 납니당 ㅡ,ㅜ본문
이스킨쓰는데
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/hbw0315/www/board/extend/level_icon.php:31) in /home/hosting_users/hbw0315/www/board/head.sub.php on line 38
이렇게 에러가 나거든요 ㅡ.ㅡ 어딜수정해야 하는지요??
그리구요 레벨 2하고 3만 목록에 나오게 하려면 어떻게 수정해야 되용 ㅡ,.ㅡ?
댓글 전체
이 질문은 주기적으로 계속 올라오는 특직이 있군요;;
90%이상이 공백을 넣어서 생기는 에러~
header를 보내지 못하는 상태에서 헤더를 보냈을때 생기는 것으로 대부분 head.sub.php파일 이전에 불러들이는 파일들 중에서 <? 앞과 ?>뒤에 공백을 넣어서 이미 본문이 시작한 상태에서 header를 보내면 에러가 나오죠.
포인트랭킹 안써봤지만 불러들이는 파일들의 순서대로 공백이 삽입되어 있는지 찾아보시는 수밖에......
90%이상이 공백을 넣어서 생기는 에러~
header를 보내지 못하는 상태에서 헤더를 보냈을때 생기는 것으로 대부분 head.sub.php파일 이전에 불러들이는 파일들 중에서 <? 앞과 ?>뒤에 공백을 넣어서 이미 본문이 시작한 상태에서 header를 보내면 에러가 나오죠.
포인트랭킹 안써봤지만 불러들이는 파일들의 순서대로 공백이 삽입되어 있는지 찾아보시는 수밖에......
