Welcome Guest, Not a member yet? Register   Sign In
HMVC routing problem
#1

[eluser]RJ[/eluser]
Hello,

I'm using ME and Ion on a fresh Reactor install. When loading the Ion library in my users module the config file call is routing to the main application config folder rather than the module config folder.

In modules/users/libraries/Ion_auth.php
Code:
$this->ci->load->config('users/ion_auth', TRUE);

Error:
Quote:The configuration file development/users/ion_auth.php and users/ion_auth.php do not exist.

Sure I could place the library in the application config folder and call it day; I've reviewed the Pyro source extensively and know it can be done within in the module.

What am I missing?

Thx
#2

[eluser]antoniofrignani[/eluser]
Hello,
have you got it resolved? I am stuck in that situation too. I followed the instructions posted here: http://ellislab.com/forums/viewthread/145263/P790/ but surely this can't be the perfect fix, only a way to momentarily get it working. I would like to uniform it all by extending MX_Controller instead of MY_Controller as now.

Any news will be really appreciated.
Bests, Antonio.




Theme © iAndrew 2016 - Forum software by © MyBB