Welcome Guest, Not a member yet? Register   Sign In
Update codeigniter
#12

(This post was last modified: 01-11-2022, 05:16 PM by pippuccio76.)

(01-11-2022, 01:29 PM)BilltheCat Wrote: Check your app/Config/Paths.php file to see where your System folder should be:
PHP Code:
class Paths
{
 
/**
 * ---------------------------------------------------------------
 * SYSTEM FOLDER NAME
 * ---------------------------------------------------------------
 *
 * This must contain the name of your "system" folder. Include
 * the path if the folder is not in the same directory as this file.
 *
 * @var string
 */
 
public $systemDirectory __DIR__ '/../../vendor/codeigniter4/framework/system'




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';
Reply


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



Theme © iAndrew 2016 - Forum software by © MyBB