Monday, 12 August 2013

Codeigniter HMVC installation error

Codeigniter HMVC installation error

Hi i just installed the HMVC found at this link
i created
Application/
modules/
layout/
controllers/
views/
structure
then in a simple view i try:
<?php echo $this->load->module('layout/module_layout/index'); ?>
but it returns an error:
Fatal error: Access level to MX_Loader::_ci_get_component() must be public
(as in class CI_Loader) in
/Users/Project/application/third_party/MX/Loader.php on line 415
what it could be?

No comments:

Post a Comment