그누보드 원본에서 수정만 하면 이런현상 발생해요 ㅠㅠ 고수님들 도와주세요~ 정보
그누보드 원본에서 수정만 하면 이런현상 발생해요 ㅠㅠ 고수님들 도와주세요~본문
오류가 나는곳의 주소를 알려주시면 더 빠르고 정확하게 답변 받을 수 있습니다.
오류 주소 :
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 38
수정만하면 상단에 이런 오류가 발생합니다 ㅠㅠㅠ
대체 왜이런걸까요 ?ㅠㅠ
오류 주소 :
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/heechangnim/www/automenia/head.php:1) in /home/hosting_users/heechangnim/www/automenia/head.sub.php on line 38
수정만하면 상단에 이런 오류가 발생합니다 ㅠㅠㅠ
대체 왜이런걸까요 ?ㅠㅠ
댓글 전체
head.php의 내용을 올려주시길..
보통 common.php(_common.php)를
include하는 위치가 파일의 첫 줄 첫 칸이 아닌 경우에 생기는 에러입니다.
include하는 위치가 파일의 첫 줄 첫 칸이 아닌 경우에 생기는 에러입니다.
해당 오류 뜨는 페이지 맨 앞에
ob_start() 넣어 주시면
해결 완료 입니다.
아니면
문서 맨 앞에 한칸이라도 공백이 없도록 하세요
공백<?
요렇게 문서가 시작하면 공백 지워야 합니다.
ob_start() 넣어 주시면
해결 완료 입니다.
아니면
문서 맨 앞에 한칸이라도 공백이 없도록 하세요
공백<?
요렇게 문서가 시작하면 공백 지워야 합니다.