TinyPortal

Development => Bugs/Errors => Feedback => Fixed Bugs => Topic started by: Nolt on December 28, 2012, 09:49:24 PM

Title: Error with tp-visual_verification_description
Post by: Nolt on December 28, 2012, 09:49:24 PM
Link to my site: www.smf.pl
SMF version: SMF 2.0.3
TP version: TP 1.0 stable
Default Forum Language: polish
Theme name and version: Softer
Browser Name and Version: Firefox 17

This error is related to the visual verification.
When we have visual verification enabled at registration page, TP loads own text from TPortal.lang.php $txt['tp-visual_verification_description'] = 'Not Defined Yet';
This should not happen while at registration page, SMF should load text from index.lang.php which is $txt['visual_verification_description'] = 'Type the letters shown in the picture'; instead $txt['tp-visual_verification_description'] = 'Not Defined Yet';

We found a similar bug reported here: http://www.tinyportal.net/index.php?topic=32375.0

Title: Re: Error with tp-visual_verification_description
Post by: IchBin on December 29, 2012, 02:01:10 AM
This should have been fixed quite some time ago IIRC. Check your language files against the TP1.0 download and see if they match up. I added the tp-visual_verification_description to make sure this wouldn't happen.

http://www.tinyportal.net/index.php?issue=87.0

Make sure that $txt['visual_verification_description'] is no longer defined in the TP language files.
Title: Re: Error with tp-visual_verification_description
Post by: Nolt on December 30, 2012, 05:19:00 PM
Thanks, I think my merge app missed this line somehow  >:(
Title: Re: Error with tp-visual_verification_description
Post by: IchBin on December 31, 2012, 12:07:08 AM
Had me worried there for a minute. :)