Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Kinsbane[/eluser]
[quote author="Ben Edmunds" date="1271792171"]Kisbane,

Try replacing $this->identity_column with $this->config->item('identity', 'ion_auth') and let me know what happens.


Thanks,[/quote]

Hey Ben,

Well my first thought was, "I hadn't upgraded CI since I did Ion Auth", so I upgraded CI to 1.7.2 - but that was no fix. Changing from $this->identity_column to $this->config->item('identity', 'ion_auth') also didn't seem to work.

So then I thought, "OK! I'll just use ->where('email', $identity) !!"
But, this doesn't work either:
Quote:A Database Error Occurred

Error Number: 1064

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE `email` = 'admin@admin.com'' at line 2

SELECT COUNT(*) AS `numrows` WHERE `email` = 'admin@admin.com'

Something fishy is going on here. :/


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-20-2010, 12:19 PM



Theme © iAndrew 2016 - Forum software by © MyBB