错误提示如下:
没错误提示,只有警告。
这个是安装过程的警告(有警告,但是还是可以继续安装。):
Warning: strtotime() [function.strtotime]: 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 'UTC' for '8.0/no DST' instead in C:\xampp\htdocs\bugfree\Include\Class\TemplateLite\class.template.php on line 97
Warning: strtotime() [function.strtotime]: 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 'UTC' for '8.0/no DST' instead in C:\xampp\htdocs\bugfree\Include\Class\TemplateLite\class.template.php on line 97
Warning: strftime() [function.strftime]: 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 'UTC' for '8.0/no DST' instead in C:\xampp\htdocs\bugfree\Include\Class\TemplateLite\class.compiler.php on line 139
Warning: strftime() [function.strftime]: 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 'UTC' for '8.0/no DST' instead in C:\xampp\htdocs\bugfree\Include\Class\TemplateLite\class.compiler.php on line 139
这个是登陆界面的警告:
Warning: strtotime() [function.strtotime]: 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 'UTC' for '8.0/no DST' instead in C:\xampp\htdocs\bugfree\Include\Class\TemplateLite\class.template.php on line 97
我使用了2.04和2.11的BUGFREE效果一样。浏览器IE也换了几种。
电脑在两台不同的电脑上安装整个过程,所有效果一样。
xampp是 xampp-win32-1.7.3.exe 这个版本的,官方下载。作者: msnshow 时间: 2010-10-27 21:58
数据库的时区好像不对作者: dugang 时间: 2011-8-17 11:17
Warning: strtotime() [function.strtotime]: 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/Chongqing' for 'CST/8.0/no DST' instead
因php的版本较高需要配置php.ini
解决方法
1:改 php.ini
[Date]
; Defines the default timezone used by the date functions
; http://php.net/date.timezone
date.timezone ='Asia/Shanghai'