Welcome Guest, Not a member yet? Register   Sign In
Efficient way to convert my project from CI version 2.1.4 to CI version 3.1.5
#1

Can anybody please provide me with the resources for version conversion i.e from Codeigniter 2.1.4 to Codeigniter 3.1.5.

I have a decently built web site (Link:https://www.travelur.com). How long will it take for the conversion?. Is the conversion worth the time spent?

Experts please respond.
Reply
#2

You will need to follow the upgrading instructions one by one starting here

https://www.codeigniter.com/user_guide/i...e_300.html
Reply
#3

I have migrated several project to 3.1.4 and its defo worth the effort.
Its difficult to tell you how long it will take as it depends on how many controller and model you have and how extensively have to added your own libraries, etc etc.
On the package it said needs Windows 7 or better. So I installed Linux.
Reply
#4

It depends on how much you care about the site.

If you don't mind a buggy, insecure old framework that is no longer supported - stick with what you have.

If you want an up to date, road-tested, stable and secure framework for your site, upgrading is worth it.

When I do it I am very naughty. I get a spare domain, install CI3, set the configs to whatever I need including a test database (by opening the old config and new config and copying over what I can). Copy over the old database, then copy over all the old site files. Capitalise the controllers and models etc. all appropriately. Then test it and start debugging.

As rtenny said above, how long it takes depends on your site.

For some sites, I just took the opportunity to rewrite most it from scratch anyway. Never a bad option for a straight forward site, or for very complex sites, where the codebase has been evolved so much that it is a pretty complex mess of upgrades, developments and alterations.

Overall though, it is definitely worth the effort IMHO.

Best wishes,
Paul.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB