[TYPO3-english] ve_guestbook: captcha checking always fails
Andreas Burg
typo3 at andreasburg.de
Sat Apr 11 00:32:27 CEST 2009
Damien
> My configuration is the following:
> typo3 4.2.4
> captcha 1.1.0
> sr_freecap 1.1.2
> ve_guestbook 2.7.1
update to TYPO3 4.2.6
did you choose sr_freecap on the Formular-Tab in the plugin?
Do you have something like this in your template?
<!-- ###SR_FREECAP_INSERT### this subpart is removed if CAPTCHA is not enabled! -->
<fieldset>
<legend>###FORM_LEGEND_CAPTCHA###</legend>
<div>###SR_FREECAP_IMAGE######SR_FREECAP_ACCESSIBLE###</div>
<div class="type-text">
<label for="freecap">###FORM_CAPTCHA### <span class="highlight">*</span></label>
<input type="text" name="tx_veguestbook_pi1[captcha_response]"
title="###SR_FREECAP_NOTICE###" value="" id="freecap" />
</div>
<div class="info">
<p>###SR_FREECAP_NOTICE###</p>
<p>###SR_FREECAP_CANT_READ###</p>
</div>
</fieldset>
<!-- ###SR_FREECAP_INSERT### -->
Do you have something like this in your TSsetup?
plugin.tx_veguestbook_pi1 {
userFunc = tx_veguestbook_pi1->main
templateFile = fileadmin/veguestbook_template.html
}
--
Andreas
Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/
More information about the TYPO3-english
mailing list