PHP Warning: Attempt to read property on null – huge error_log
-
Hi,
My site’s error_log file is growing by 100,000 lines per day (20MB each day) with the same 5 errors, shown below.
(I only noticed when the site ran out of disk space and the error log was over 4G !)
===========
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “state_province” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “state” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “province” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 27
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “address” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “address” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 28
[25-Oct-2024 16:59:12 UTC] PHP Warning: Attempt to read property “post_title” on null in /home/xxxxxxxx/public_html/wordpress/wp-content/plugins/the-events-calendar/src/views/v2/list/event/venue.php on line 32==
I’m running the latest WP and plugin versions.
Can you advise what the problem would be?
Thanks,
Sal.
- You must be logged in to reply to this topic.