我已将TYPO3从6.2.x升级到7.6.15。现在在Powermail中,Captcha Field已经不再适用了。图像显示,但是当我填写代码时,我得到了消息:"错误的Captcha"。所以我深入研究了Code,发现在Captcha Extension的Utility.php中没有Warning Resources found for language(s) 'en' but no resources found for default language(s): 'en-US'. Change the default language or qualify resources with the default language. http://go.microsoft.com/fwlink/?LinkId=231899 Jockusch.Calculator.WindowsStore C:\Users\William\Documents\calculator\Jockusch.Calculator.WindowsStore\MakePRI
可用。所以没有比较。我通过Typoscript在Powermail中加入了Captcha Extension:
int a = 150000;
int b = 200000;
Operation 1: [Incorrect] ( Overflows )
long result = a * b;
Operation 2: [Correct]
long result = (long)a*b;
我的系统是:
答案 0 :(得分:0)
您需要将powermail更新为最新版本,目前: Powermail到3.18.0 Captcha to 2.0.2