CodeIgniter User Guide Version 2.2.6 |
Table of Contents Page |
CodeIgniter Home › User Guide Home › Upgrading from 2.1.0 to 2.1.1 |
Before performing an update you should take your site offline by replacing the index.php file with a static one.
Replace all files and directories in your "system" folder and replace your index.php file. If any modifications were made to your index.php they will need to be made fresh in this new one.
Note: If you have any custom developed files in these folders please make copies of them first.
This config file has been updated to contain more user mime-types, please copy it to application/config/mimes.php.
This upgrade adds support for IPv6 IP addresses. In order to store them, you need to enlarge your ip_address columns to 45 characters. For example, CodeIgniter's session table will need to change:
ALTER TABLE ci_sessions CHANGE ip_address ip_address varchar(45) default '0' NOT NULL
Previous Topic: Installation Instructions · Top of Page · User Guide Home · Next Topic: Troubleshooting
CodeIgniter · Copyright © 2006 - 2014 · EllisLab, Inc. · Copyright © 2014 - 2015 · British Columbia Institute of Technology