ecshop 온라인 상점 시스템 설치 흔한 오류 및 해결 방법

3781 단어 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 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 파일에 날짜 추가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/home4/skyrunne/public_html/7dbay/install/includes/lib_installer.php on line 528 디렉터리를 만들 수 없습니다. 디렉터리를 만들 수 없습니다.
지금 설치를 클릭하기 전에 화면 맨 아래에 있는 확인란을 선택하지 않으면
설치 테스트 데이터:
(이 옵션을 선택하면 기본적으로 모든 상품 유형이 선택됩니다.)
, 순조롭게 완성할 수 있고, 반대로 위와 같은 오류 힌트가 나타날 수 있다.

좋은 웹페이지 즐겨찾기