서버 이전후 오류 채택완료
밤나비
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개
답변을 작성하려면 로그인이 필요합니다.
로그인
// 보안설정이나 프레임이 달라도 쿠키가 통하도록 설정
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);