此次安裝在phpstudy本地集成環境上進行:
1、下載ecshopv3.6
https://pan.baidu.com/s/1zjHkPgjAwgrSAA3XrhigLw
2、下載完成,解壓獲得兩個文件目錄。上面為文檔目錄文件。下面的source為安裝包資源文件
3、打開source文件,如下圖所示,再打開,ecshop目錄,把里面文件全選復制到。phpstudy的根目錄中。
再回到此目錄,復制appserver,到phpstudy的根目錄中。
4、輸入地址,進行安裝。
5、如果出現,安裝數據錯誤。
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
一般都會在頁面的頂部有顯示。
找到php安裝目錄,修改php.ini 中的;date.timezone = 改為 date.timezone =Asia/Shanghai
具體為
[Date]
; Defines the default timezone used by the date functi**
date.timezone =Asia/Shanghai
解決辦法:打開phpstudy主菜單->其它選項菜單->打開配置文件->Php.ini。找到;date.timezone = 改為 date.timezone =Asia/Shanghai。
重啟apache。重新安裝成功。
6、安裝完成