Hi!
Through
viewtopic.php?f=8&t=920&start=30#p34057 I solved a problem, but today I found another. It is related to password recovering in OCS 2.3.5 (PHP 5.2.17 and MySql 5.1.54). I noticed that If recover the older PKPLoginHandler.inc.php this issue I relate now is fade away.
There was an error when users requested a new password.
- Code: Select all
Fatal error: Call to undefined method Request::setFrom() in ..ocs/pages/login/LoginHandler.inc.php on line 111
So I updated LoginHandler.inc.php to Github version and this error was ruled out. First reset e-mail was properly sent.
But, when I click on the e-mailed link to reset password
- Code: Select all
../index.php/index/login/resetPassword/mendesrocha/313e41
It directs me to a "404 Not found" error page. I even tried with this different address
- Code: Select all
../index.php/index/login/login/resetPassword/mendesrocha/313e41
And I got the following error.
- Code: Select all
Fatal error: Call to undefined method UserDAO::getByUsername() in ..ocs/lib/pkp/pages/login/PKPLoginHandler.inc.php on line 231
.
Do you know what might be happening?
Thanks in advance.