제목 | A PHP Error was encountered 에러 나는데요 ㅠ_ㅠ | ||
---|---|---|---|
글쓴이 | 반페르시 | 작성시각 | 2012/06/15 17:09:06 |
|
|||
연습으로 게시판 만들고 있는 중인데 데이터는 DB에 잘 인서트 되는데 날짜만 입력이 안되고 오류 나네요;; 27번 라인은 $this->becreated = date('Y-m-d', time()); 인데 오류 나네요;; 조언 좀 부탁 드립니다 ㅠ A PHP Error was encounteredSeverity: Warning Message: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/Seoul' for 'KST/9.0/no DST' instead Filename: models/testmodel.php Line Number: 27 |
|||
다음글 | 모두들 동적메뉴 관리는 어떻게 하고 계시는지요?? (2) | ||
이전글 | url에 한글이 들어갈 경우 어떻게 처리를 해야 되는지... (3) | ||
변종원(웅파)
/
2012/06/15 17:34:55 /
추천
0
|
반페르시
/
2012/06/15 17:46:10 /
추천
0
아~ 그런 문제가 있었군요;; 웅파님 감사합니다^^
즐거운 주말 보내세요~ |
php.ini 안에 타임존을 넣어주시거나 date_default_timezone_set() 함수를 먼저 호출하고 사용하세요