CodeIgniter Forums
Update to 4.6.1 - 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: Update to 4.6.1 (/showthread.php?tid=92861)

Pages: 1 2


RE: Update to 4.6.1 - serialkiller - 05-07-2025

(Yesterday, 10:29 AM)captain-sensible Wrote: "Seller" is an Alias for "vendor" i guess  

(Yesterday, 09:42 AM)serialkiller Wrote:
(Yesterday, 09:12 AM)paulbalandan Wrote: Hmm, where are you getting the fresh app/Config/Paths.php file? From the vendor directory?

exactly, from the seller after the update as I always do, I simply did not change the path and everything works but I do not understand why this time there is a different path

Yes, sorry, I always update with composer and then I check from the documentation which files have undergone changes and I apply them to my files


RE: Update to 4.6.1 - paulbalandan - 05-07-2025

Ok thanks for confirming. If you are getting the fresh files from the vendor folder, then it is expected that the Paths file will have the $systemDirectory set to "system". It's not a bug, though. Just change the value back after copying.


RE: Update to 4.6.1 - serialkiller - 05-07-2025

(Yesterday, 11:52 AM)paulbalandan Wrote: Ok thanks for confirming. If you are getting the fresh files from the vendor folder, then it is expected that the Paths file will have the $systemDirectory set to "system". It's not a bug, though. Just change the value back after copying.

Yes, I restore the value but from memory in all the previous upgrades it wasn't necessary, I wonder why, it's me who remembers badly