I’m having the issue that I can’t load any CI libraries. I installed ME like it says in the instructions but loading the cart library just doesn’t work: I’m always getting:
Message: Undefined property: CI::$cart
Filename: MX/Loader.php
Line Number: 143
And another question. I would like to use ME for my CMS, so I can create modules for various sections. Eg.
modules/dashboard/...
modules/content/...
modules/users/...
modules/newsletter/...
That’s all fine, but I would like to have those modules loaded with the URL http://mysite.com/backend/dashboard. Notice the “backend” segment. That one should be first.
And I would also have a “frontend” module, that would get loaded without that backend segment. Something like the “404_override” route which I’m using now.
I would really appreciate some feedback on this. Thanx.