Hello, how do you do...
I have this error when clicking on recover password link:
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/wwwsiep/public_html/tmp/templates_c/FrontEndUsers^%%5E^5ED^5EDE5C3C%%module_db_tpl%3AFrontEndUsers%3Bfeusers_forgotpasswordform.php on line 8
any help will be appreciated
regards
recover password
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: recover password
Have a look at the "Lost Password Template" in the Front End Users module. You'll probably find lines like this:
i.e. with "\"s before each quote. Try remove the "\"\ so they look like this:
Nick
Code: Select all
{if $message != \'\'}
Code: Select all
{if $message != ''}
Re: recover password
That fixed it for me.
Thank you Nick
Thank you Nick
