The error still there.
Look into error, i see that :
In the application/models/ion_auth_model.php have this line :
$this->db->select(array(
$this->tables['users'].'.*',
$this->tables['groups'].'.name AS '. $this->db->protect_identifiers('group'),
$this->tables['groups'].'.description AS '. $this->db->protect_identifiers('group_description')
));
Don’t know why the function protect_identifiers not work like normal, so
$this->db->protect_identifiers('group')
output : group and this is reserver word for mysql.
That’s very strange. I’ve also posted this issue on the IonAuth thread to see if Ben have
any suggestion.
Cheers.
