You need to be logged in to get access to the forums. You can do so here
Author
Message
陈 明星
星期一, 2007年 十一月 19日 6:22:50 am
安装到最后出现:
Strict Standards: strtotime() [function.strtotime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'CET/28.0' instead in /opt/lampp/htdocs/ez4/lib/ezfle/classes/ezlog.php on line 127
Strict Standards: strftime() [function.strftime]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable 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 'CET/8.0' instead in /opt/lampp/htdocs/ez4/lib/ezfile/classes/ezlog.php on line 127
解决办法:
在.htaccess里添加:
php_value date.timezone Asia/Chongqing
php_value magic_quotes_gpc 0
php_value magic_quotes_runtime 0
参见http://ez.no/tw/developer/forum/i...zone_on_php5_unstabel_version_solved
伶 俜
星期一, 2007年 十二月 03日 9:32:35 am
如果有权限在php.ini上
加入
[Date]
; Defines the default timezone used by the date functions
date.timezone = "Europe/Paris"
就可以了
不过我按setup自动安装从来没成功过,
最后就是
Fatal error: A database transaction in eZ Publish failed.
The current execution was stopped to prevent further problems.
You should contact the System Administrator of this site with the information on this page.
The current transaction ID is TRANSID-ad440260fb7c0b12e24ea6bb54331903 and has been logged.
Please include the transaction ID and the current URL when contacting the system administrator.
但是我的mysql5没什么问题。
懒得debug
最后还是手动安装好了。