이 에러의 정체좀 알려주세욤 ㅠㅠ > 그누4 질문답변

그누4 질문답변

그누보드4 관련 질문은 QA 로 이전됩니다. QA 그누보드4 바로가기
기존 게시물은 열람만 가능합니다.

이 에러의 정체좀 알려주세욤 ㅠㅠ 정보

이 에러의 정체좀 알려주세욤 ㅠㅠ

본문

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yongintv/www/city/index.php:2) in /home/hosting_users/yongintv/www/lib/common.lib.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yongintv/www/city/index.php:2) in /home/hosting_users/yongintv/www/lib/common.lib.php on line 109

Warning: Cannot modify header information - headers already sent by (output started at /home/hosting_users/yongintv/www/city/index.php:2) in /home/hosting_users/yongintv/www/lib/common.lib.php on line 109

109번줄은 밑에 소스 입니닸,,

// 쿠키변수 생성
function set_cookie($cookie_name, $value, $expire)
{
    global $g4;

    setcookie(md5($cookie_name), base64_encode($value), $g4[server_time] + $expire, '/', $g4[cookie_domain]);
}

저걸 못읽는거 같은데 이럴경우 어떻게 하는지 해결책좀,,
저한테는 안뜨는데 다른컴퓨터로 하게될경우 저 애러가 표시 된다네욤 ㅠㅠ
꼭 좀 부탁드려욤~
  • 복사

댓글 전체

쿠키를 생성하기전에
"어떤 해드정보도 전송되면 안되는데 이미 해드 정보가 전송되었다"
머 이런 에러내용....
펑션이 있는 파일의 줄끝 공백제거 해보세요. 눈에 보이지 않지만 줄공백이 있을수도....
© SIRSOFT
현재 페이지 제일 처음으로