테스트 사이트 - 개발 중인 베타 버전입니다

서버 이전후 오류 채택완료

밤나비 10년 전 조회 3,620

서버 이전후 오류 해결방법을 알려주세여 

 


Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\common.php on line 15

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 32

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 34

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 35

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 36

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 37

Warning: Cannot modify header information - headers already sent by (output started at D:\htdocs\baihe\index.php:1) in D:\htdocs\baihe\head.sub.php on line 38 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

채택된 답변
+20 포인트

common.php 파일 실행되기전 공백이 있는지 또는 세션이 선언되었는지 확인해보세요.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 2개

밤나비
10년 전
error_reporting(E_ALL ^ E_NOTICE);



// 보안설정이나 프레임이 달라도 쿠키가 통하도록 설정

header('P3P: CP="ALL CURa ADMa DEVa TAIa OUR BUS IND PHY ONL UNI PUR FIN COM NAV INT DEM CNT STA POL HEA PRE LOC OTC"');



if (!isset($set_time_limit)) $set_time_limit = 0;

@set_time_limit($set_time_limit);
밤나비
10년 전
어떤 공백을 얘기 하는지요

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인