Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP 8.2 Undefined array key Warning in CaptchaBuilder.php:430 #48

Closed
placeboHummel opened this issue Sep 28, 2023 · 3 comments · Fixed by #49
Closed

PHP 8.2 Undefined array key Warning in CaptchaBuilder.php:430 #48

placeboHummel opened this issue Sep 28, 2023 · 3 comments · Fixed by #49

Comments

@placeboHummel
Copy link

placeboHummel commented Sep 28, 2023

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

@maikschneider
Copy link
Owner

Hey @placeboHummel, thanks for reporting!
This is actually an issue of the package gregwar/captcha. I will update the dependency!

Do you have this php issue as well?

@maikschneider
Copy link
Owner

Could you please test dev-link-gregwar-captcha if this resolves your issues?

@placeboHummel
Copy link
Author

Wow, that was fast! Very much appreciated - works well now!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants