Closed sypets closed 1 year ago
#1476107295 TYPO3\CMS\Core\Error\Exception PHP Warning: Undefined array key "label" in /var/www/site-uol11/htdocs/typo3/sysext/core/Classes/TypoScript/ExtendedTemplateService.php line 847
missing "label" for option captchaMethod (in combination with PHP 8.1):
ext_typoscript_constants.txt
# cat=powermailcaptcha//0020; type=options [Google Recaptcha=recaptcha,Friendly Captcha=friendlycaptcha,hCaptcha=hcaptcha] captchaMethod = recaptcha
Exception is thrown in:
In core/Classes/TypoScript/ExtendedTemplateService.php line 847 $label = $this->getLanguageService()->sL($params['label']);
$label = $this->getLanguageService()->sL($params['label']);
values (via Debugger)
no label
Install extension: composer require traw/powermailcaptcha
composer require traw/powermailcaptcha
extension:setup cache:flush etc.
Go to Template module, constant editor
Exception occurs.
Thanks for your report and PR. The change has been published as Version 1.0.5
Reason for error
missing "label" for option captchaMethod (in combination with PHP 8.1):
ext_typoscript_constants.txt
code
Exception is thrown in:
In core/Classes/TypoScript/ExtendedTemplateService.php line 847
$label = $this->getLanguageService()->sL($params['label']);
values (via Debugger)
no label
Reproduce
Install extension:
composer require traw/powermailcaptcha
extension:setup cache:flush etc.
Go to Template module, constant editor
Exception occurs.
Versions