서버 이전후 오류

서버 이전후 오류

QA

서버 이전후 오류

답변 1

본문

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

 


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

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

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);

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 16
© SIRSOFT
현재 페이지 제일 처음으로