env-in-CodeIgniter icon indicating copy to clipboard operation
env-in-CodeIgniter copied to clipboard

Class CI_Env not found

Open Kissema opened this issue 5 years ago • 1 comments

I'm using CodeIgnitor 3, I made all configuration in the tutorial but i get this error:

` An uncaught Exception was encountered Type: Error

Message: Class 'CI_Env' not found

Filename: C:\xampp\htdocs\planils_back\system\core\Common.php

Line Number: 196

Backtrace:

File: C:\xampp\htdocs\planils_back\index.php Line: 315 Function: require_once `

Kissema avatar Sep 29 '20 14:09 Kissema

See at sys/core/Common.php add CI_ prefix to all classes on APPPATH. Why?

igf-cjm avatar May 07 '21 15:05 igf-cjm