![]() |
Integrating dx_auth wiht modular extensions HMVC - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Integrating dx_auth wiht modular extensions HMVC (/showthread.php?tid=30686) |
Integrating dx_auth wiht modular extensions HMVC - El Forum - 05-23-2010 [eluser]sortof_user[/eluser] Dear All, I wanted to raise an issue I've been working on for hours and hours and it is getting me frustrated. I successfully fresh installed ci1.7.2 on local machine also dx_auth library PHP5 version. However now I wanted dx_auth to be modular therefore I copied the c/m/v of dx_auth into application/modules/auth adjusted the related config files. I've kept the dx_auth libraries in the application/library however I renamed them to be MX_Auth and MX_Auth_Event also changed all the references to have MX prefix instead of having DX in both application/library and application/modules/auth. Now whenever I point the browser to localmachine/folder/auth the login form appears with no errors however it seems that it is not logging me on. I tested now "MX_Auth" _set_session, is_logged_in and check_uri_permissions the testing result was I am not able to login and always returning false when calling is_logged_in therefore I am always redirected to modules/auth/views/auth/login_form Any Advice would be indeed appreciated. Many Thanks Indeed ![]() |