Page 1 of 1

[SOLVED] FrontEndUser error in forgot password script.

Posted: Sun Nov 30, 2008 3:49 am
by richardkean
Hi all,
I just got Forum made simple sorted out and now I've got a glitch with the forgot password section of the the frontenduser module.

I get this:
""
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /homepages/27/d104848708/htdocs/usa-explained.net/portal/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 8

Parse error: syntax error, unexpected T_STRING in /homepages/27/d104848708/htdocs/usa-explained.net/portal/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 9
""
all other components seem to be working ok. ("change my settings", "forgot your login details?")

Any ideas?  thanks!
-Richard

Re: FrontEndUser error in forgot password script.

Posted: Sun Nov 30, 2008 7:01 am
by Coldman
You have to change this in Lost Password Template in FEU Module

Code: Select all

{if $message != \'\'}
To

Code: Select all

{if $message != ''}


/Coldman

Re: FrontEndUser error in forgot password script.

Posted: Tue Dec 02, 2008 9:19 pm
by richardkean
Fixed, thanks!  I also need to do the same for {if $error != \'\'}

Re: [SOLVED] FrontEndUser error in forgot password script.

Posted: Wed Dec 10, 2008 4:48 pm
by Jack @ PharSide
What is the exact name of the template doc. I looked everywhere in the templates for this line to replace as mentioned above and it is not found? Any help would be appreciated.

Thanks,
-J

Re: [SOLVED] FrontEndUser error in forgot password script.

Posted: Wed Dec 10, 2008 5:38 pm
by Coldman
Go to Users & Groups -> Fronten User Management -> Forgot Password Templates
There you will find the lines.

/Coldman