Self Registration module verification email problem

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
secondskin
Forum Members
Forum Members
Posts: 16
Joined: Wed Apr 11, 2012 12:41 pm

Self Registration module verification email problem

Post by secondskin »

Hi,

I have Self Reg module (version 1.6.15) and FEU (1.17.1) running on CMS 1.10.3, but got a problem..

Self reg is set to send a verify email, which works OK, but when I click the link in the verify email I get a broken page with this error message:

Code: Select all

string(157) "Smarty error: [in module_db_tpl:SelfRegistration;selfreg_reg2template line 3]: syntax error: unidentified token '\'\'' (Smarty_Compiler.class.php, line 1410)" string(157) "Smarty error: [in module_db_tpl:SelfRegistration;selfreg_reg2template line 4]: syntax error: unidentified token '\'\'' (Smarty_Compiler.class.php, line 1410)" 
Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/getoffth/public_html/tmp/templates_c/SelfRegistration^%%9E^9E9^9E9BA8BB%%module_db_tpl%3ASelfRegistration%3Bselfreg_reg2template.php on line 5

Parse error: syntax error, unexpected T_STRING in /home/getoffth/public_html/tmp/templates_c/SelfRegistration^%%9E^9E9^9E9BA8BB%%module_db_tpl%3ASelfRegistration%3Bselfreg_reg2template.php on line 6
I found the
unidentified token '\'\''
in the Registration Template 2 of the Self Reg module.. now am pretty confused as to why there are 2 very similar looking templates.. and how this would be throwing such an error. I've had a good look through the forum but can't find anything directly relating to this !
secondskin
Forum Members
Forum Members
Posts: 16
Joined: Wed Apr 11, 2012 12:41 pm

Re: Self Registration module verification email problem

Post by secondskin »

just to update, I found and corrected the problem with 'message' being misspelt in Template 2, but still got an error when clicking the link in the verify email:

Code: Select all

Warning: Unexpected character in input: '\' (ASCII=92) state=1 in /home/getoffth/public_html/tmp/templates_c/SelfRegistration^%%9E^9E9^9E9BA8BB%%module_db_tpl%3ASelfRegistration%3Bselfreg_reg2template.php on line 5

Parse error: syntax error, unexpected T_STRING in /home/getoffth/public_html/tmp/templates_c/SelfRegistration^%%9E^9E9^9E9BA8BB%%module_db_tpl%3ASelfRegistration%3Bselfreg_reg2template.php on line 6
vilkis

Re: Self Registration module verification email problem

Post by vilkis »

Clear Cache in admin panel Site Admin » Global Settings in tab Advanced Setup

vilkis
secondskin
Forum Members
Forum Members
Posts: 16
Joined: Wed Apr 11, 2012 12:41 pm

Re: Self Registration module verification email problem

Post by secondskin »

I've just tried this but it makes no difference, still getting the same broken page and error..
User avatar
timdebuurman
Power Poster
Power Poster
Posts: 891
Joined: Sun Nov 06, 2011 8:15 pm
Location: Deventer, Netherlands

Re: Self Registration module verification email problem

Post by timdebuurman »

Same problem here..

any solutions?
NextDoorMedia - Online Marketing Partner
https://www.nextdoormedia.nl
User avatar
timdebuurman
Power Poster
Power Poster
Posts: 891
Joined: Sun Nov 06, 2011 8:15 pm
Location: Deventer, Netherlands

Re: Self Registration module verification email problem

Post by timdebuurman »

I got it fixed by changing in registration template 2 (under "Users/groups" -> Sef-Registration module" -> 4th tab)

this:

{if isset($messsage) && $message != \'\'}
{if isset($error) && $error != \'\'}

to this:

{if isset($message) && $message != ''}
{if isset($error) && $error != ''}
NextDoorMedia - Online Marketing Partner
https://www.nextdoormedia.nl
Locked

Return to “Modules/Add-Ons”