묻고답하기
Warning: date() [function.date] ~~~ 메세지가 지워지지 않네요~
2009.07.19 21:36
시스템:
페도라 9
Apache : httpd-tool 2.2.8
Php- 5.2.5
Mysql-5.0.83
Zlib-1.2.3
mysql에 xe_db 데이터베이스, xe 사용자 추가했습니다.
xe 게시판 설치했는데...
/xe 폴더 퍼미션은 777로 주었구요..
http://localhost/xe 들어가면...
페이지 밑 부분에
Warning: date() [function.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 in /usr/local/apache/htdocs/xe/modules/session/session.controller.php on line 35
메세지가 나옵니다.
그리고,
http://localhost.xe/?module=admin 페이지에 들어가면...
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/PEAR.php on line 569
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/PEAR.php on line 572
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/HTTP/Request.php on line 388
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/HTTP/Request.php on line 706
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/HTTP/Request.php on line 719
Deprecated: Assigning the return value of new by reference is deprecated in /usr/local/apache/htdocs/xe/libs/PEAR/HTTP/Request.php on line 764
Warning: date() [function.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 in /usr/local/apache/htdocs/xe/modules/admin/admin.admin.view.php on line 144
Warning: date() [function.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 in /usr/local/apache/htdocs/xe/modules/admin/admin.admin.view.php on line 145
이런 메세지가 상단에 나옵니다.
그리고 하단에는
Warning: date() [function.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 in /usr/local/apache/htdocs/xe/modules/session/session.controller.php on line 35
메세지 나오구요...
어떻게 해야 할까요?
댓글 2
-
作者
2009.07.19 22:21
-
하늘03
2009.09.18 12:26
index.php 의
__ZBXE__ define 밑에
@date_default_timezone_set(@date_default_timezone_get());
를 추가해주세요 ㅎㅎ
뭐 잘못 건드리셨겠죠