Danke Alex,Bernhard,
ja, es funktioniert mit dem Update wieder.
Gruß
Micha
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german
Bernhard hat vorhin die 2.0.2 veröffentlicht. Eventuell sind die Fehler hier
behoben.
--
TYPO3 separates the men from the boys :D
TYPO3-Training from in2code.de
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/ma
Hi Ralf,
die Lösung zum selbst machen hab ich bereits geschrieben.
Öffne /typo3conf/ext/captcha/Classes/Utility.php
Ändere:
Alt:
public static function checkCaptcha($captchaValue, $formId = 'default') {
$captchaSolved = false;
Neu:
public static function checkCaptcha($captchaValue, $formId =
Quote: Michael Waack (mwaack) wrote on Fri, 24 March 2017 11:34
Ich nutze es in Powermail 3.15.0 und Typo3 7.6.15
Egal was man absendet, das Captcha ist immer Falsch.
In der function checkCaptcha (Classes/Utility.php) wird
$_SESSION['tx_capt