[eluser]php_wizardry[/eluser]
Ok, I have installed ME and trying to build a modular CMS. However, things aren't going well for me. Here are the errors I have:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Admin::$parser
Filename: MX/Loader.php
Line Number: 143
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Theme_module::$theme_model
Filename: controllers/theme_module.php
Line Number: 19
Fatal error: Call to a member function get_page_info() on a non-object in C:\xampp\htdocs\cms\system\application\modules\theme\controllers\theme_module.php on line 19
I am trying to load the info as I normally would with CI such as:$this->load->library('parser'); and $this->load->model('theme/theme_model');
Can anyone please tell me what I am doing wrong. I am pretty sure this is allowed from what I have read in the docs. Thanks.