Session Library and HMVC |
Hey,
I ran into a problem, while coding around in CI 3.0.3 and latest HMVC Extension. I'm autoloading some libraries, helpers and much more. The Session library too. Now i have a few controllers all working fine, except one. In that controller i use this code: PHP Code: modules::run($module->module . '/' . $module->controller . '/' . $module->method, unserialize($block->configuration)); While using this static function i got the error: Code: Unable to locate the specified class: Session.php The log says that the Session class is initialized. Code: INFO - 2015-12-01 09:41:40 --> Session: Class initialized using 'database' driver. Any ideas why i got this error? I've asked the same question here: Stackoverflow Thanks and Kind Regards! Webice |
Messages In This Thread |
Session Library and HMVC - by Webice - 12-01-2015, 03:31 AM
RE: Session Library and HMVC - by InsiteFX - 12-02-2015, 04:56 AM
|