maikschneider / bw_captcha

TYPO3 extension that adds a captcha element with audio support for the TYPO3 form component. The captcha generation uses Gregwar/Captcha, no Google or 3rd party includes.
6 stars 6 forks source link

Creation of dynamic property Gregwar\Captcha\CaptchaBuilder::$background is deprecated #54

Closed garbast closed 8 months ago

garbast commented 8 months ago

(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception PHP Runtime Deprecation Notice: Creation of dynamic property Gregwar\Captcha\CaptchaBuilder::$background is deprecated in /usr/local/apache2/htdocs/fischer/www/vendor/blueways/bw-captcha/Libraries/Captcha/src/Gregwar/Captcha/CaptchaBuilder.php line 430

The property needs to be defined beforehand.

maikschneider commented 8 months ago

Hi @garbast, thanks for reporting! Could you please specify which version of bw_captcha, TYPO3 and PHP you are using?

garbast commented 8 months ago

bw_captcha v3.1.0, TYPO3 12.4.9, PHP 8.2.7

maikschneider commented 8 months ago

With your setup, you can update to 4.0.2. This version should resolve the problem (see #48)

garbast commented 8 months ago

Sorry for not checking this first. My composer.json was missing ext-gd which resulted in an older version with composer req. I should have checked this first.

garbast commented 8 months ago

After upgrading the captcha worked like a charm. Thanks for the quick response and keep up the good work.