CodeIgniter v4.3.8 and v4.4.0 Released! |
(08-26-2023, 03:58 AM)nc03061981 Wrote: I have CRITICAL I had the exact same problem when upgrading existing project from version 4.3.5 to 4.4.6. I found a hint in here: https://codeigniter4.github.io/userguide...nfig-files Basically copy config/Routing.php file from vendor to app/config Code: $ cp vendor/codeigniter4/framework/app/Config/Routing.php app/Config This file was not present in previous versions, like two others (found elsewhere, also throwing errors): Code: $ cp vendor/codeigniter4/framework/public/index.php public/index.php Not sure how many else files might be missing? It might depend on project complexity. Wouldn't it be easier to publish necessary changes this way? - as list of files to be copied/replaced/merged? |
Welcome Guest, Not a member yet? Register Sign In |