[SOLVED] FrontEndUser error in forgot password script.

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
richardkean
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 20, 2008 5:27 pm

[SOLVED] FrontEndUser error in forgot password script.

Post 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
Last edited by richardkean on Tue Dec 02, 2008 9:23 pm, edited 1 time in total.
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

Re: FrontEndUser error in forgot password script.

Post 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
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
richardkean
Forum Members
Forum Members
Posts: 17
Joined: Mon Oct 20, 2008 5:27 pm

Re: FrontEndUser error in forgot password script.

Post by richardkean »

Fixed, thanks!  I also need to do the same for {if $error != \'\'}
Jack @ PharSide

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

Post 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
Coldman
Power Poster
Power Poster
Posts: 318
Joined: Sun Jun 22, 2008 5:33 am

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

Post by Coldman »

Go to Users & Groups -> Fronten User Management -> Forgot Password Templates
There you will find the lines.

/Coldman
Important Code of Conduct
Why don't use CMSMS Docs or search?
Do you read Help?
Admin for Swedish Translations Team
Moderator Swedish Forum
After your problem is solved, push the green button
Post Reply

Return to “Modules/Add-Ons”