06-12-2008, 03:58 AM
[eluser]Thoer[/eluser]
I finally had the time to try out the newest version and I've got to say it's awesome, but upgrading from an earlier version failed as I couldn't log in. (No error message.)
I tried to fix it and found out the problem was that I'd created a new table for sessions and changed the name in the config file. Tracking it back, I got stuck at 'controllers/login.php' line 61:
Looks like there is no method with the name userLoginSuccess in the objects the Trigger function loops through, I don't know why. Could you fix this?
Question: is it okay to send the username twice?
I finally had the time to try out the newest version and I've got to say it's awesome, but upgrading from an earlier version failed as I couldn't log in. (No error message.)
I tried to fix it and found out the problem was that I'd created a new table for sessions and changed the name in the config file. Tracking it back, I got stuck at 'controllers/login.php' line 61:
Code:
$this->event->trigger('userLoginSuccess',array($this->input->post('username'),$this->input->post('username')));
Question: is it okay to send the username twice?