묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
ssang calendar 3.15 소스가 에러납니다. 도와주세요
2002.11.06 15:58
=================에러라고 나오는 메시지=======================
Warning: setcookie() expects parameter 3 to be long, string given in /home/netcci/nmeca/html/diary3/action.php on line 919
Warning: Cannot add header information - headers already sent by (output started at /home/netcci/nmeca/html/diary3/action.php:919) in /home/netcci/nmeca/html/diary3/action.php on line 921
============================================================
=======================파일 받은곳===========================
http://sanmaro.com/bbs/zboard.php?id=pds_cgi_php&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=90
============================================================
===========제가 설치를 했지만 에러나는 곳=====================
http://nmeca.com/diary3/calendar.php?id=nmeca#
============================================================
여기서 글쓸때 에러납니다.
비밀번호는 1234
도와주세요. 검색을 해봐도 못찾겠습니다. 공백은 없앴지만 그래도 에러가 납니다.
제 생각엔 setcookie 에 문제 인것 같아 파일에 소스는 다음과 같습니다.
==================파일내 소스==================================
SetCookie("$id",$password,"","/");
if($action=="write"){
header("location:$PHP_SELF?id=$id&mode=write&year2=$year2&month2=$month2&day2=$day2");
setcookie 가 첫번째 에러구요 (919) header 부터가 (921) 입니다.
Warning: setcookie() expects parameter 3 to be long, string given in /home/netcci/nmeca/html/diary3/action.php on line 919
Warning: Cannot add header information - headers already sent by (output started at /home/netcci/nmeca/html/diary3/action.php:919) in /home/netcci/nmeca/html/diary3/action.php on line 921
============================================================
=======================파일 받은곳===========================
http://sanmaro.com/bbs/zboard.php?id=pds_cgi_php&page=1&sn1=&divpage=1&sn=off&ss=on&sc=on&select_arrange=headnum&desc=asc&no=90
============================================================
===========제가 설치를 했지만 에러나는 곳=====================
http://nmeca.com/diary3/calendar.php?id=nmeca#
============================================================
여기서 글쓸때 에러납니다.
비밀번호는 1234
도와주세요. 검색을 해봐도 못찾겠습니다. 공백은 없앴지만 그래도 에러가 납니다.
제 생각엔 setcookie 에 문제 인것 같아 파일에 소스는 다음과 같습니다.
==================파일내 소스==================================
SetCookie("$id",$password,"","/");
if($action=="write"){
header("location:$PHP_SELF?id=$id&mode=write&year2=$year2&month2=$month2&day2=$day2");
setcookie 가 첫번째 에러구요 (919) header 부터가 (921) 입니다.