ecshopネットショップシステムのインストールでよくあるエラーと解決方法

3793 ワード

構成の作成
ファイル......
成功
作成
データベース......
成功
インストールデータ......失敗
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 C:\Inetpub\wwwroot\includes\cls_mysql.php on line 163 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 C:\Inetpub\wwwroot\includes\cls_mysql.php on line 163 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 'UTC' for '8.0/no DST' instead in C:\Inetpub\wwwroot\includes\cls_mysql.php on line 165 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 'UTC' for '8.0/no DST' instead in C:\Inetpub\wwwroot\includes\cls_mysql.php on line 165 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 C:\Inetpub\wwwroot\includes\cls_mysql.php on line 173 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 C:\Inetpub\wwwroot\includes\cls_mysql.php on line 173 OK
ソリューション:
install/includes/init.phpファイルにdateを追加default_timezone_set ('Asia/Shanghai');
例:
    <?php
    date_default_timezone_set ('Asia/Shanghai');
    /*        */
    @ini_set('display_errors', 1);
    error_reporting(E_ALL ^ E_NOTICE);

    
===================================================
構成の作成
ファイル......
成功
作成
データベース......
成功
インストール
データ......
成功
作成
管理者アカウント......
失敗
解決方法:同上
===================================================
プロファイルの作成......データベースの作成に成功しました.データのインストールに成功しました.管理者アカウントの作成に成功しました............その他の処理に成功しました.失敗Warning:mkdir()[function.mkdir]:No such file or directory in/home 4/skyrunne/public_html/7dbay/install/includes/lib_installer.php on line 528ディレクトリを作成できません.ディレクトリを作成できません.
「今すぐインストール」をクリックする前に、画面の一番下のチェックボックスを選択しない
テストデータのインストール:
(これを選択すると、デフォルトでは全選予選商品タイプが選択されます)
を選択すると、スムーズに完了し、逆にこのようなエラーメッセージが表示されます.