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
First of all thank you so much for this brilliant update of Securimage, I am really thrilled with it, thank you!
I tested on a Linux server with php v8.2 and got these warnings: Deprecated: Creation of dynamic property Securimage::$code_entered is deprecated in /home/newebsite/public_html/securimage-nextgen/securimage-nextgen/securimage.php on line 1028 Deprecated: Creation of dynamic property Securimage::$correct_code is deprecated in /home/newebsite/public_html/securimage-nextgen/securimage-nextgen/securimage.php on line 1029
First of all thank you so much for this brilliant update of Securimage, I am really thrilled with it, thank you!
I tested on a Linux server with php v8.2 and got these warnings:
Deprecated: Creation of dynamic property Securimage::$code_entered is deprecated in /home/newebsite/public_html/securimage-nextgen/securimage-nextgen/securimage.php on line 1028
Deprecated: Creation of dynamic property Securimage::$correct_code is deprecated in /home/newebsite/public_html/securimage-nextgen/securimage-nextgen/securimage.php on line 1029
After some Googling I came upon this:
https://stackoverflow.com/questions/74878889/php-warning-deprecated-creation-of-dynamic-property-is-deprecated
Opening
securimage.php
and looking at line 60class Securimage
I added immediately above#[\AllowDynamicProperties]
so lines 60/61 now look like:
and the errors have gone.
Thank you
The text was updated successfully, but these errors were encountered: