오류 메세지가 뜨는데 좀 도와주세요 정보
오류 메세지가 뜨는데 좀 도와주세요첨부파일
본문
아래와 같이 뜨는데 어떻게 손봐야 되는지 잘모르겠네요 좀 도와주세요.
그누보드는 첨이라 어디어떻게 손을대야될지 잘모르겠네요.
코딩한건 첨부 파일로 올립니다 보시고 좀 도와주시기 바랍니다.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 38
그누보드는 첨이라 어디어떻게 손을대야될지 잘모르겠네요.
코딩한건 첨부 파일로 올립니다 보시고 좀 도와주시기 바랍니다.
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 36
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 37
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/lovewoeld/www/index.html:3) in /home/hosting_users/lovewoeld/www/head.sub.php on line 38
댓글 전체

제가 이런말 핻되는지는 모르겠지만 common.php 8 번 줄이랑
head.sub.php 32 34 35 36 37 38 번줄을 한번 다시 올려주시면 뭐가 오류인지 알수있을텐뎅..
head.sub.php 32 34 35 36 37 38 번줄을 한번 다시 올려주시면 뭐가 오류인지 알수있을텐뎅..
common.php 나 head.sub.php 가 잘못 되어서 나오는 에러가 아닙니다
원인은 common.php 위쪽에 공백을 포함해서 무언가를 출력해서는 안됩니다
<? 위쪽의 공백 문제 입니다
<!-- 그누보드 함수 시작 --><--------------- 이 부분과
<--------------------------------- 이 부분을 삭제하세요
<?
include_once("./_common.php");
원인은 common.php 위쪽에 공백을 포함해서 무언가를 출력해서는 안됩니다
<? 위쪽의 공백 문제 입니다
<!-- 그누보드 함수 시작 --><--------------- 이 부분과
<--------------------------------- 이 부분을 삭제하세요
<?
include_once("./_common.php");
단순한 것의 문제였군요.. 감사합니다~^^