You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems there's an issue with the bw_captcha extension in TYPO3 v11.5.31 when used with PHP 8.2.8 in development mode.
Specifically, the problem appears to be related to the dynamic assignment of the "background" variable using: $this->background = $bg; in CaptchaBuilder.php:430
The text was updated successfully, but these errors were encountered:
It seems there's an issue with the bw_captcha extension in TYPO3 v11.5.31 when used with PHP 8.2.8 in development mode.
Specifically, the problem appears to be related to the dynamic assignment of the "background" variable using:
$this->background = $bg;
in CaptchaBuilder.php:430The text was updated successfully, but these errors were encountered: