![]() |
You customized the autoloading, so it seems there is something wrong.
and the line "'Modules' => ROOTPATH . 'Modules', // my custom modules" in $psr4 should be removed. I think there is no change in the framework code for Module service discovery in v4.4.0. So I don't know why your app stop working. You can check the diffs: https://github.com/codeigniter4/framewor...b10da1c710 |
Messages In This Thread |
CI 4.4.0 modules shared services not working - by davis.lasis - 08-30-2023, 02:39 AM
RE: CI 4.4.0 modules shared services not working - by ozornick - 08-30-2023, 04:27 AM
RE: CI 4.4.0 modules shared services not working - by davis.lasis - 08-30-2023, 04:41 AM
RE: CI 4.4.0 modules shared services not working - by kenjis - 08-30-2023, 04:34 AM
RE: CI 4.4.0 modules shared services not working - by kenjis - 08-30-2023, 02:26 PM
RE: CI 4.4.0 modules shared services not working - by davis.lasis - 08-30-2023, 10:45 PM
RE: CI 4.4.0 modules shared services not working - by kenjis - 08-31-2023, 12:36 AM
RE: CI 4.4.0 modules shared services not working - by davis.lasis - 08-31-2023, 04:06 AM
RE: CI 4.4.0 modules shared services not working - by davis.lasis - 08-31-2023, 06:48 AM
|