Hello, I am seeing an error in our WP Dashboard (using the PHP Error Log plugin). I don’t know if it’s being caused by the administrative interface, or front-end.
PHP Warning: Invalid argument supplied for foreach() in /home/kewadin/public_html/wp-content/plugins/events-calendar-pro/src/Tribe/Recurrence/Meta.php on line 1376
I have done some customizations in our template, using the official method of overriding files. But I don’t believe what I have done (work on month and single event views, tweaking event detail) could be the problem, as these PHP warnings are relatively new. My customization work is weeks old.
Any suggestions? Can you suggest to me how I might deduce what is the calling function? (Stack trace shows up sometimes in PHP Error Log, not this time though.)