CodeIgniter Forums
upgrade codeigniter version - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: CodeIgniter 2.x (https://forum.codeigniter.com/forumdisplay.php?fid=18)
+--- Thread: upgrade codeigniter version (/showthread.php?tid=80996)



upgrade codeigniter version - ketan - 01-12-2022

Hi currently use ci version 2.2.6 to upgrade to latest ci version


RE: upgrade codeigniter version - php_rocs - 01-12-2022

@ketan , Are you asking what you need to do to upgrade CI version 2.2.6 to 4.x? Can you give us more information?


RE: upgrade codeigniter version - ClaudeSjDevinHenry - 07-11-2022

My current project has version 1.6.3 of codeigniter framework. Now there is new release of 2.1.0 version of codeigniter. There are many new libraries and helpers included in new version. So I want to upgrade codeigniter to new version to have more functionalities and robustness.

So my questions are:

How to upgrade version of codeigniter framework to latest version?
Is some kind of update provided by codeigniter( like anti-virus)?
If upgraded, will there needs to be change in my current application?


RE: upgrade codeigniter version - includebeer - 07-13-2022

(07-11-2022, 09:51 PM)ClaudeSjDevinHenry Wrote: My current project has version 1.6.3 of codeigniter framework. Now there is new release of 2.1.0 version of codeigniter. There are many new libraries and helpers included in new version. So I want to upgrade codeigniter to new version to have more functionalities and robustness.

So my questions are:

How to upgrade version of codeigniter framework to latest version?
Is some kind of update provided by codeigniter( like anti-virus)?
If upgraded, will there needs to be change in my current application?
You still have a working web app using CI 1.6.3? That is very, VERY old! Version 2.1.0 is also very old and no longer available to download. Where did you see that version? 

The current version is 4.2.1. The bad news for you is you can't upgrade your old web app to use the latest version. You will need to rewrite everything. 

If you are not in a position to do that, at the very least you should upgrade to 3.1.13. You will have to make changes to your app, but not as much as if you upgrade to 4.

You can find versions 3.x and 4.x here: https://codeigniter.com/download


RE: upgrade codeigniter version - kenjis - 07-13-2022

You seem as if you have come from the past to the year 2022.

CI 2.x reached the end of life at 2015-10-31.

I recommend you upgrade to 3.1.13 for now.
https://www.codeigniter.com/userguide3/installation/upgrading.html


RE: upgrade codeigniter version - InsiteFX - 07-13-2022

In case any one needs them I have CodeIgniter versions 2.1.0 through 3.1.10 and all inbetween.