Upgrading from 1.5.0 to 1.5.2¶
Note
이 페이지의 지침은 버전 1.5.0 이나 1.5.1 를 실행하는 것을 가정합니다. 만약 그 버전으로 업그레이드 하지 않은 경우, 먼저 업그레이드해주세요.
업그레이드를 하기 전에, index.php 파일을 다른 파일로 교체하여 사이트를 내려주세요..
Step 1: CodeIgniter 파일 업그레이드 Update your CodeIgniter files¶
“system” 폴더의 다음 파일과 디렉토리를 새로운 버전으로 교체해주세요:
- system/helpers/download_helper.php
- system/helpers/form_helper.php
- system/libraries/Table.php
- system/libraries/User_agent.php
- system/libraries/Exceptions.php
- system/libraries/Input.php
- system/libraries/Router.php
- system/libraries/Loader.php
- system/libraries/Image_lib.php
- system/language/english/unit_test_lang.php
- system/database/DB_active_rec.php
- system/database/drivers/mysqli/mysqli_driver.php
- codeigniter/
Note
만약 커스터마이징 된 파일이 있다면, 먼저 그것들을 복사해놓으세요.
Step 2: user guide 업그레이드 Update your user guide¶
로컬 복사본을 가지고 계시다면, 그것도 새로운 버전으로 교체해주세요.