![]() |
Upgrade 4.0.0-rc.3 to latest version - 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: Upgrade 4.0.0-rc.3 to latest version (/showthread.php?tid=76879) |
Upgrade 4.0.0-rc.3 to latest version - GotExx - 06-29-2020 Hello, I would like to update my CI4 installation from release candidate 3 (v4.0.0-rc.3) to the latest version, 4.0.3. So I download the archive from the official website and simply replace the /system folder as indicated in the documentation (https://www.codeigniter.com/user_guide/installation/installing_manual.html#upgrading). But, my project doesn't work anymore and tells me the following error: Code: Trying to get property 'maxDepth' of non-object Is there an additional operation to perform? I searched on the forum and searched in the release changelogs but I didn't find anything ... RE: Upgrade 4.0.0-rc.3 to latest version - donpwinston - 06-29-2020 A lot of files in app/Config were also changed, not just the system directory. Looks like this has something to do with Kint. There should be a Kint.php file in app/Config. RE: Upgrade 4.0.0-rc.3 to latest version - GotExx - 06-30-2020 (06-29-2020, 09:00 AM)donpwinston Wrote: A lot of files in app/Config were also changed, not just the system directory. Looks like this has something to do with Kint. There should be a Kint.php file in app/Config. Ok great, I overwrote the system folder and app/Config and it works! Thanks a lot! |