![]() |
Hi,
I am new at this and trying to upgraded 4.5.7 to 4.5.8 . The below statement is in the update instructions. I must have selective eyesight to brain connection and have read this in the past, but ignored it. ------------------------ Some files in the project space (root, app, public, writable) received updates. Due to these files being outside of the system scope they will not be changed without your intervention. ----------------- What does "your intervention "mean? Does it mean I copy specific file from vendor/codeigniter4/framework into the project space and then add my changes if any to the copied file? If that is the answer and I had not done this for all the previous updates I had done in the past. What would be the correct way to fix my lack to doing updates correctly? Maybe, create a new appstarter app and then compare file contents to more the appstarter to my correct application files Then copy the changed files and then add my application changes to the copied files? Thank you for your assitance. Larry
What it means is that some of the files under the app folder have been modified and that you will need to
copy the information out of your files and into the new files under app folder. Example: app/Config/App.php Copy your settings from your CodeIgniter 4.5.7 app/Config/App.php into your new CodeIgniter 4.5.8 app/Config/App.php I copy the whole folder to a backup drive then install the new version and copy the chnges form the backup into the new version. Hope that helps. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
You can use a diff program to see the differences side by side.
On Windows I use WinMerge. |
Welcome Guest, Not a member yet? Register Sign In |