Frontendusers lost password

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
bob_basli
Forum Members
Forum Members
Posts: 189
Joined: Mon Sep 24, 2007 6:18 pm
Location: The Netherlands

Frontendusers lost password

Post 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
npwal
Forum Members
Forum Members
Posts: 36
Joined: Thu Dec 04, 2008 8:36 am

Re: Frontendusers lost password

Post 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.
Last edited by npwal on Thu Feb 12, 2009 7:52 am, edited 1 time in total.
mccord42
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 22, 2006 12:07 am

Re: Frontendusers lost password

Post 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.
Last edited by mccord42 on Sun Feb 22, 2009 4:20 am, edited 1 time in total.
mccord42
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 22, 2006 12:07 am

Re: Frontendusers lost password

Post by mccord42 »

vilkis

Re: Frontendusers lost password

Post 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
mccord42
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 22, 2006 12:07 am

Re: Frontendusers lost password

Post 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.
vilkis

Re: Frontendusers lost password

Post by vilkis »

The same error?

Vilkis
vilkis

Re: Frontendusers lost password

Post 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
mccord42
Forum Members
Forum Members
Posts: 23
Joined: Thu Jun 22, 2006 12:07 am

Re: Frontendusers lost password

Post by mccord42 »

Thanks, changing all of the lines in that file fixed the issue.
User avatar
pbrady
Forum Members
Forum Members
Posts: 96
Joined: Sat Feb 10, 2007 4:31 pm

Re: Frontendusers lost password

Post by pbrady »

Thanks for resolving this issue. I found that this also worked for me! :-)
Post Reply

Return to “Modules/Add-Ons”