Cannot modify header information - headers already sent by 오류현상 ㅜㅜㅜㅜㅜㅜㅜ 정보
Cannot modify header information - headers already sent by 오류현상 ㅜㅜㅜㅜㅜㅜㅜ본문
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/common.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 36
//////////////////////////////////////////////////////////////////////////////
다른페이지는 아니고 index,php페이지에서만 상단에 이런오류가 나오고 있는데요 ㅜㅜㅜ
검색을 해봐도 해보라는건 다했던것 같은데 이메세지를 어떻게하면 좋을까요 ㅜㅜㅜ?
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 30
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 32
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 33
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 34
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 35
Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/gogogo/www/sub_kor/index.php:1) in /home/hosting_users/rubi_kdmk/www/head.sub.php on line 36
//////////////////////////////////////////////////////////////////////////////
다른페이지는 아니고 index,php페이지에서만 상단에 이런오류가 나오고 있는데요 ㅜㅜㅜ
검색을 해봐도 해보라는건 다했던것 같은데 이메세지를 어떻게하면 좋을까요 ㅜㅜㅜ?
댓글 전체

index,php 상단부분 소스를 올려보세요.
정황상 head.sub.php 가 출력되기전에 무언가 출력시킨 내용이 있지 싶은데요.
정황상 head.sub.php 가 출력되기전에 무언가 출력시킨 내용이 있지 싶은데요.

<?
include "_common.php";
include "_head.php"; 또는 include $g4['path'] . "/head.sub.php";
include ...
?>
본문
이런 순서로 되어있으셔야합니다..
common.php 상위로는 출력되는 내용이 있으면 안됩니다.
include "_common.php";
include "_head.php"; 또는 include $g4['path'] . "/head.sub.php";
include ...
?>
본문
이런 순서로 되어있으셔야합니다..
common.php 상위로는 출력되는 내용이 있으면 안됩니다.
include "_common.php"; 이라는 코드 전에는 다른 문구가 들어가면 안됩니다
답변 감사합니다 ㅜ _ㅜ !!!!
include "_common.php"; 코드 전에 다른 문구도 안들어가고 앞뒤에 빈칸도 없는데.
같은 오류가 나는건 무슨 이유 때문일까요?아직도 해결을 못하고 있네요.
같은 오류가 나는건 무슨 이유 때문일까요?아직도 해결을 못하고 있네요.