I am using CodeIgniter 3 with wiredesignz HMVC.
I have a controller that renders a view. If I call Modules::run('OtherModule/Controller/Action)
from within that view, it shows the following message at the bottom:
Unable to locate the specified class: Session.php
Session is included in the auto-load configuration and works fine in all controllers without references to controllers in other modules. Removing the Modules::run()
statement gets rid of the error and the referenced method is an empty dummy, so the error must come from Modules::run()
itself.
Google shows a few similar questions but none have been answered. Hopefully someone has figured it out since the last time it was asked. Help is greatly appreciated! Thanks in advance!