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

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