@wire - I can’t think of anything that I have done in particular that “changed” this behavior. I have used hmvc so far with the 2.0-develop branch (did a checkout somewhere around Feb-March) with no problems except for now when I tried upgrading both hmvc and CI to the latest develop checkout.
My upgrade is simple… I downloaded latest source code of hmvc from bitbucket - download is: wiredesignz-codeigniter-modular-extensions-hmvc-d28d24e26397 which as I double checked today it’s the latest code changes.
I cloned the develop branch:
remote.origin.url=https://github.com/EllisLab/CodeIgniter.git
branch.develop.remote=origin
branch.develop.merge=refs/heads/developI copied over all the checked out code to my application and then copied the hmvc code to it’s place as well. I can’t see what is wrong or out-dated in my method.
Can we possibly cross-reference other related to parts to see where this is failing? as you say that you don’t have this issue…
Also, maybe the methods of creating controller classes have changed? I created a MY_Controller in application/core which extends CI_Controller and all of my modules are extending MY_Controller. Anything else you can think of?