ecshop安裝遇到安裝數(shù)據(jù)失敗的解決方法
發(fā)布時間:2011-03-02 21:47:39 作者:佚名
我要評論

在我第一次安裝ecshop時失敗了。提示遇到安裝數(shù)據(jù)失敗。并報出警告。
Warning: date_default_timezone_get(): 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 D:\wapm\www\ECShop\upload\install\includes\lib_installer.php on line 223
Warning: date_default_timezone_get(): 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 D:\wapm\www\ECShop\upload\install\includes\lib_installer.php on line 223
我個錯誤應該是沒有默認時區(qū), 從警告中可以看出是因為時區(qū)的問題。我找到\upload\install\includes\lib_installer.php文件,加上date_default_timezone_set (’Asia/Shanghai’);這名后就安裝成功了。馬上就可以用ecshop了。
Warning: date_default_timezone_get(): 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 D:\wapm\www\ECShop\upload\install\includes\lib_installer.php on line 223
我個錯誤應該是沒有默認時區(qū), 從警告中可以看出是因為時區(qū)的問題。我找到\upload\install\includes\lib_installer.php文件,加上date_default_timezone_set (’Asia/Shanghai’);這名后就安裝成功了。馬上就可以用ecshop了。
相關文章
ecshop實現(xiàn)針對不同支付方式對應不同價格折扣的方法
這篇文章主要介紹了ecshop實現(xiàn)針對不同支付方式對應不同價格折扣的方法,涉及針對Ecshop底層相關邏輯判定代碼的修改操作,需要的朋友可以參考下2016-10-10- 這篇文章主要介紹了ecshop支付寶自動發(fā)貨接口用法,結合實例形式分析了Ecshop實現(xiàn)支付寶自動發(fā)貨功能的相關代碼修改與接口操作代碼功能與修改技巧,需要的朋友可以參考下2016-10-10
- 這篇文章主要介紹了Ecshop支付寶前臺付款而后臺不顯示已付款的解決方法,涉及針對文件判定邏輯的修改,需要的朋友可以參考下2016-09-26
- 這篇文章主要介紹了Ecshop支付方式顯示順序修改方法,可自由調(diào)整支付方式的顯示順序,涉及Ecshop簡單的源碼修改,需要的朋友可以參考下2016-09-26
Ecshop實現(xiàn)支付時傳送商品訂單號和商品名稱的方法
這篇文章主要介紹了Ecshop實現(xiàn)支付時傳送商品訂單號和商品名稱的方法,涉及Ecshop模板操作及底層代碼的修改相關技巧,需要的朋友可以參考下2016-09-26Ecshop使用支付寶支付成功后提示“此支付方式不存在或者參數(shù)錯”的解決
這篇文章主要介紹了Ecshop使用支付寶支付成功后提示“此支付方式不存在或者參數(shù)錯”的解決方法,分析了出現(xiàn)該錯誤提示的原因與相關的解決方法,需要的朋友可以參考下2016-09-26Ecshop實現(xiàn)的支付寶手機網(wǎng)頁支付功能免費版示例
這篇文章主要介紹了Ecshop實現(xiàn)的支付寶手機網(wǎng)頁支付功能免費版,結合完整實例形式分析了Ecshop環(huán)境下的免費版支付寶手機端完整實現(xiàn)技巧,需要的朋友可以參考下2016-09-26- 這篇文章主要介紹了修改ECSHOP評論表單中的Email為非必填的修改方法,需要的朋友可以參考下2015-09-29
在ECSHOP的商品列表調(diào)用評論數(shù)量的方法
這篇文章主要介紹了在ECSHOP的商品列表調(diào)用評論數(shù)量的方法,需要的朋友可以參考下2015-09-29- 這篇文章主要介紹了在ECSHOP后臺會員列表添加手機號查詢功能的方法,需要的朋友可以參考下2015-09-29