更新 1.6.1 到 1.6.2
在準備更新之前,你應該把 index.php 換成靜態檔,這樣即可暫時休站。
步驟一: 更新 CodeIgniter 檔案
把 system 目錄中的這些檔案換上新的版本:
- system/codeigniter
- system/database
- system/helpers
- system/language
- system/libraries
注意: 如果之前在這些目錄裡頭,有任何你自己所開發的檔案,請記得要複製進去。
步驟二: Encryption Key
If you are using sessions,open up system/application/config/config.php and verify you've set an encryption key.
步驟三: Constants File
Copy /system/application/config/constants.php to your installation,and modify if necessary.
步驟四: Mimes File
Replace /system/application/config/mimes.php with the dowloaded version. If you've added custom mime types,you'll need to re-add them.
步驟五: 更新使用手冊
也請別忘了把 local 的使用手冊換上新的版本。