![]() |
(01-11-2022, 01:29 PM)BilltheCat Wrote: Check your app/Config/Paths.php file to see where your System folder should be: public $systemDirectory = __DIR__ . '/../../system'; //localhost public $systemDirectory = __DIR__ . '/../../vendor/codeigniter4/framework/system'; //server I havent' change it , is a fesh installation with composer SOLVED ... Upload system folder in vendor and change : public $systemDirectory = __DIR__ . '/../../vendor/system'; |
Messages In This Thread |
Update codeigniter - by pippuccio76 - 01-11-2022, 07:00 AM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 07:15 AM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 11:24 AM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 11:39 AM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 12:16 PM
RE: Update codeigniter - by captain-sensible - 01-11-2022, 08:35 AM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 12:35 PM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 12:40 PM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 12:50 PM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 01:10 PM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 01:29 PM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 05:07 PM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 05:15 PM
RE: Update codeigniter - by pippuccio76 - 01-11-2022, 05:18 PM
RE: Update codeigniter - by BilltheCat - 01-11-2022, 06:35 PM
|