[eluser]ReyPM[/eluser]
[quote author="Ben Edmunds" date="1355427487"]Looks good, as a test comment out that redirect code in the constructor and see what happens.[/quote]
You mean this:
Code:
if (!$this->ion_auth->logged_in()) {
//redirect('auth/login');
}
The view 'author/updateauthor' is showed as should be without problems (I´m executing update() method which is the one causing the problem)