PHP Warning: array_key_exists() expects parameter 2 to be array
-
I found this error repeated hundreds of times in my error_log.
[24-Aug-2022 14:04:37 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/XXX/public_html/wp-content/plugins/presto-player/inc/Integrations/LearnDash/LearnDash.php on line 184
[24-Aug-2022 14:04:37 UTC] PHP Warning: array_key_exists() expects parameter 2 to be array, bool given in /home/XXX/public_html/wp-content/plugins/presto-player/inc/Integrations/LearnDash/LearnDash.php on line 185
———–
How to reproduce:
Just clone the database from the old site and rename the domain to a new site.
Ex: Rename olddomain.com to newdomain.comYour error_log will always trigger this error on newdomain.com
———–
This is a procedure that I do frequently because I have an official site/domain and another clone site/domain just for testing.
thanks
- The topic ‘PHP Warning: array_key_exists() expects parameter 2 to be array’ is closed to new replies.