Page 1 of 1
Frontendusers lost password
Posted: Tue Feb 10, 2009 9:38 am
by bob_basli
Hi all,
Am using CMSMS 1.5.2, frontendusers 1.6.2 and customcontent 1.5.2.
On the feulogin template when I click on lost password, it prompts following error:
Fatal error: Call to a member function GetName() on a non-object in /home/w3165594/domains/dewitonline.nl/public_html/lib/classes/module_support/modredirect.inc.php on line 33
Don't understand why.
Can anyone help me?
Regards,
Arjan de WIt
Re: Frontendusers lost password
Posted: Wed Feb 11, 2009 9:59 am
by npwal
Hello,
I have the same problem, with the same version of cms 1.5.2 , feu 1.6.2 and custom content 1.5.2:
Fatal error: Call to a member function GetName() on a non-object in /web/natuurpuntwal/natuurpuntwal.be/www/lib/classes/module_support/modredirect.inc.php on line 33
can anyone please give a solution?
Thanks a lot in advance
V.
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 3:03 am
by mccord42
I am also having the same issue. I did a clean install of 1.5.2 from cmsmadesimple-1.5.2-base.tar.gz and then installed the FrontEndUsers module from module manager (1.6.2). I added {FrontEndUsers} to the default template and then clicked on "Forgot Your Password?" I then tried to put an email address in the Username field and click Submit. I got the following error:
Fatal error: Call to a member function GetName() on a non-object in /home/pkaczmar/public_html/1.5.2/lib/classes/module_support/modredirect.inc.php on line 33
This error does not appear in 1.4.1. I attempted the same steps with cmsmadesimple-1.4.1-base.tar.gz and got the correct response "Could not find information for this user"
I have tried updating to the most recent FronEndUsers module from SVN (1.6.3) with no change in the error. Also I tried overwriting the BASE install I did with a FULL install. Again, it had no effect on the error.
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 1:49 pm
by mccord42
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 2:43 pm
by vilkis
In the file /modules/FrontEndUsers/action.do_forgotpw.php
on line approximately 94
replace a line
Code: Select all
$this->myRedirect( $id, 'default', $returnid,$params );
with this:
Code: Select all
$this->myRedirect( $id, 'default', $returnid,$params, true );
Vilkis
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 4:05 pm
by mccord42
vilkis, thank you for looking at this issue but your fix did not change the error on my site. I am still getting the same error when trying to use the Forgot Your Password link.
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 4:24 pm
by vilkis
The same error?
Vilkis
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 5:48 pm
by vilkis
Do the same modification on line 66 and 144. And don't forget delete files in tmp/templates_c
I suppose you are using CMSMS in not pretty URL mode, as when pretty URL mode is on, one does not need these modifications for FEU.
Vilkis
Re: Frontendusers lost password
Posted: Sun Feb 22, 2009 9:31 pm
by mccord42
Thanks, changing all of the lines in that file fixed the issue.
Re: Frontendusers lost password
Posted: Tue Aug 11, 2009 10:57 pm
by pbrady
Thanks for resolving this issue. I found that this also worked for me!
