Welcome Guest, Not a member yet? Register   Sign In
Problem with access
#5

[eluser]pickupman[/eluser]
Maybe a typo
Code:
$query = $thisdb->get('user_account_staff');

//To
$query = $this->db->get('user_account_staff');

If that's how you are using a MY_Router.php, shouldn't you be accessing /admin/homepage/login and not admin/login or are you rewriting that url in routes.php?


Messages In This Thread
Problem with access - by El Forum - 06-09-2010, 09:04 PM
Problem with access - by El Forum - 06-09-2010, 09:04 PM
Problem with access - by El Forum - 06-09-2010, 09:24 PM
Problem with access - by El Forum - 06-09-2010, 09:32 PM
Problem with access - by El Forum - 06-09-2010, 10:04 PM
Problem with access - by El Forum - 06-09-2010, 10:23 PM
Problem with access - by El Forum - 06-10-2010, 07:23 AM
Problem with access - by El Forum - 06-10-2010, 04:14 PM
Problem with access - by El Forum - 06-10-2010, 04:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB