kenjis / codeigniter-cli

Cli for CodeIgniter 3.0
MIT License
94 stars 21 forks source link

CI_Loader in HMVC #8

Open Jorgibiris opened 8 years ago

Jorgibiris commented 8 years ago

Hi, I have a error in HMVC app. Neccesary my folder estructure is:

The error is: Fatal error: Class 'CI_Lang' not found in C:/wamp/www/myapp/app/application/third_party/MX/Lang on line 37

Exist MX_Lang in this folder, but not Lang...

Thank for your work!... and excuse my english... :)

kenjis commented 8 years ago

Sorry, I don't use HMVC.

Jorgibiris commented 8 years ago

Ah, ok. Thanks, I'll try to fix it ant comment.

Userlocal2 commented 7 years ago

Please add define('SYSDIR', basename(BASEPATH)); to ci_instance.php after define('VIEWPATH', $application_folder . '/views/');

and remove load_class('Loader', 'core'); it is unnecessary and will be loaded in require(BASEPATH . 'core/Controller.php');

after that MX will be working and without MX too