![]() |
error update form 4.3.7 to 4.4 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: error update form 4.3.7 to 4.4 (/showthread.php?tid=88339) Pages:
1
2
|
RE: error update form 4.3.7 to 4.4 - MarcoB - 11-04-2023 (11-02-2023, 03:05 AM)kenjis Wrote: If you use v4.3.7, read the all related upgrading guides and do the things needed: Thanks for you're reply! I have found out that I am using version 4.3.6. My question is should Composer have taken care for a smooth upgrade? Now I have to rebuild 3 different projects from the ground, that cannot be the intention of (using) a framework? RE: error update form 4.3.7 to 4.4 - ozornick - 11-04-2023 In fact, there are not so many changes. Most of the documentation correction. In order not to complicate the update process, it is advisable for you to match the latest version (as it comes out). Agree, it's terrible if someone updates from version 2.x to 4.x? RE: error update form 4.3.7 to 4.4 - kenjis - 11-04-2023 What I recommend is: - use Composer and Tatter Patches https://github.com/tattersoftware/codeigniter4-patches - learn how to use git - update every version as soon as possible RE: error update form 4.3.7 to 4.4 - MarcoB - 11-05-2023 HI Kenjis, thanks for your reply! Your advices are good on it self: I decided to start from scratch, download the latest version and build up from start. Running from one error to another.... auhorisation issues with github and so on and. Instead of building great projects I am spending days and days reading documentation, pages and pages on forum with half, wrong or no solutions other than people telling "it works" loosing fun of coding here. RE: error update form 4.3.7 to 4.4 - codeus - 04-30-2024 (09-17-2023, 07:31 AM)Worked for me too |