Welcome Guest, Not a member yet? Register   Sign In
Community Auth
#2

1) Community Auth only calls $this->load->database(); and make no attempt to choose a database or any connection settings. Those are all part of CodeIgniter's database configuration, which means that Community Auth is just using the default database connection. If your specific application uses the MEDIA database by default, then unless your override the _load_dependencies method in Auth_Controller, your Community Auth related tables would need to be added to that database.

2) The way you are extending base controllers should work just fine, although you haven't shared any code so it's just an assumption.

3) Are you using multiple databases?
Reply


Messages In This Thread
Community Auth - by MightBeABitLate - 12-23-2017, 02:30 PM
RE: Community Auth - by skunkbad - 12-23-2017, 06:41 PM
RE: Community Auth - by MightBeABitLate - 12-24-2017, 02:33 AM
RE: Community Auth - by skunkbad - 12-24-2017, 07:33 AM
RE: Community Auth - by axeprince - 12-31-2017, 05:17 PM
RE: Community Auth - by MightBeABitLate - 12-26-2017, 05:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB