“Warning: Undefined array key” after update to PHP 8.2
-
Hello
I use the “Chained Quiz” plugin in the version 1.3.2.6 with the option selected:
–?Send me email when user completes this quiz
– Send email to user with their result
– Providing email address is required to do the quiz
– Once the email address is provided, hide the field on next questions
All other options are not selected.
Our homepage was running on PHP 7.4.
Because of end of life of PHP 7.4 I have update to PHP 8.2 and so far everything works fine. The only thin I have recognized is that the input field which was empty at PHP 7.4 has now on PHP 8.2 the greyed message
“Warning: Undefined array key”
When I start enter a email address, the message “Warning: Undefined array key” disappear and everything work like expected.
After I have switch back to PHP 7.4, the message does not appear anymore as before.
Is there any possibility to bring the message “Warning: Undefined array key” also at PHP 8.2 away.
Thanks for help
PeterThe page I need help with: [log in to see the link]
- The topic ‘“Warning: Undefined array key” after update to PHP 8.2’ is closed to new replies.