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

[eluser]joytopia[/eluser]
Ben,

unfortunately the errors came back sometimes.
When I changed line 845 and chaged it back again, sometimes the error had gone.
Is it woodoo or just a new cookie? I don't know.

As I do not use extra_where, the possible reason may be, that extra_where is not set.

So I changed the critical lines in the model:

line 651:
Code:
if(isset($this->ion_auth->_extra_where)) $this->db->where($this->ion_auth->_extra_where);
        return $this->db->get($this->tables['users']);

line 844
Code:
if(isset($this->ion_auth->_extra_where)) $this->db->where($this->ion_auth->_extra_where);
        $this->db->update($this->tables['users'], array('last_login' => now()), array('id' => $id));

I will observe it and give you an info, if the errors have gone forever.

Best regards
Bernd


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 04-08-2010, 12:16 AM



Theme © iAndrew 2016 - Forum software by © MyBB