Update to 4.6.1 |
I'm updating some applications and one of the files that has changed is Config/Paths.php.
Compared to the previous one, it has a different value for the $systemDirectory variable, before it was: PHP Code: public string $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system'; now instead I find: PHP Code: public string $systemDirectory = __DIR__ . '/../../system'; But this will never work, the system folder is not located there. Am I doing something wrong? |
Messages In This Thread |
Update to 4.6.1 - by serialkiller - 05-07-2025, 01:33 AM
RE: Update to 4.6.1 - by captain-sensible - 05-07-2025, 02:24 AM
RE: Update to 4.6.1 - by serialkiller - 05-07-2025, 02:32 AM
RE: Update to 4.6.1 - by paulbalandan - 05-07-2025, 08:53 AM
RE: Update to 4.6.1 - by serialkiller - 05-07-2025, 08:57 AM
RE: Update to 4.6.1 - by captain-sensible - 05-07-2025, 09:11 AM
RE: Update to 4.6.1 - by paulbalandan - 05-07-2025, 09:12 AM
RE: Update to 4.6.1 - by serialkiller - 05-07-2025, 09:42 AM
RE: Update to 4.6.1 - by captain-sensible - 05-07-2025, 10:29 AM
RE: Update to 4.6.1 - by serialkiller - 05-07-2025, 10:33 AM
RE: Update to 4.6.1 - by captain-sensible - 05-07-2025, 09:24 AM
RE: Update to 4.6.1 - by paulbalandan - 05-07-2025, 11:52 AM
RE: Update to 4.6.1 - by serialkiller - 05-07-2025, 11:58 AM
|