SelfRegistration 'forgot mail' problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
Sonya

SelfRegistration 'forgot mail' problem

Post by Sonya »

Hello all,

I installed CMS Made Simple 1.0.6 and SelfRegistration module 1.1.1 (FrontEndUsers 1.2.0). Link to 'forgot mail' does not work with the error
Fatal error: Call to undefined method SelfRegistration::_UserDisplayLostRegEmailForm() in xxxx/test_babyplan/modules/SelfRegistration/action.default.php on line 411

Can you somebody help me?
Sonya

Re: SelfRegistration 'forgot mail' problem

Post by Sonya »

Solution :) I have not believed it would be so easy...

change line 411 in action.default.php from
$this->_UserDisplayLostRegEmailForm($id, $params, $returnid );
to
_UserDisplayLostRegEmailForm($this, $id, $params, $returnid );
Locked

Return to “Modules/Add-Ons”