![]() |
Check your app/Config/Paths.php file to see where your System folder should be:
PHP Code: class Paths
(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';
Code: PowerShell 7.2.1 Now upload everything to your server, except for that system folder. And double check that there is a system folder in the vendor location I gave earlier just in case it was accidentally moved. |
Welcome Guest, Not a member yet? Register Sign In |