Carbon Forum安装和升级说明 Page8
- 登录后方可回帖
错误日志呢?
#139 @lometsj :报了500错误
php5.5
centos6
mysql5.1
github上的issue看了,headers确认加载了
对于rewrite 路径下的AllowOverride All也改了
回复#140 @lincanbin :
[05-May-2017 05:05:26 UTC] PHP Notice: date_default_timezone_set(): Timezone ID '' is invalid in /var/www/html/2/config.php on line 9
[05-May-2017 05:05:26 UTC] PHP Warning: 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 the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /var/www/html/2/common.php on line 805
回复#141 @lometsj :
可以直接删除出错的这一行,这是服务器没配置默认时区导致的。
[05-May-2017 05:05:26 UTC] PHP Fatal error: Call to undefined function mb_substr() in /var/www/html/2/index.php on line 46
没贴完,我的。
回复#142 @lincanbin :
谢谢指教,是我没安装mbstring扩展,不是很懂php,给你添麻烦了
回复 #0 @lometsj :
这个扩展默认就有的吧
回复#145 @lincanbin :
我是后面才装上的,感觉头皮发麻
安装的时候遇到这个问题
Unhandled Exception.
SQLSTATE[42000]: Syntax error or access violation: 1067 Invalid default value for 'DaysDate'
You can find the error back in the log.
请问是怎么回事?
我查了一下 好像是设置date类型默认值为‘0000-00-00’不行 我就随便设置了一个数
但是安装完成后点 “关注的话题” 会
Unhandled Exception.
SQLSTATE[HY000]: General error: 2031
You can find the error back in the log.
这是怎么了?
回复#148 @q1057764900 :
装最新版,5.9.0。
回复#149 @lincanbin :
请问 Android端 要修改的三个域名 使用本地Apache服务器的时候怎么设置?
回复#157 @lincanbin :
请问SELECT有办法在页面返回SQL查询时间吗?
PHP用microtime互减时间感觉不大准。
似乎
SET PROFILING = 1; select sum(duration) as sum from information_schema.profiling;
可以,但该怎麽放进去Carbon 。