PHP Deprecated
-
I am getting tons of errors in WP_Debug_log, the most numerous being the last entry (PHP Warning):
[06-Mar-2025 22:44:12 UTC] PHP Deprecated: strtotime(): Passing null to parameter #1 ($datetime) of type string is deprecated in /var/www/html/ic/mywebsite.org/wp-content/plugins/business-directory-plugin/includes/models/class-listing.php on line 968
[08-Mar-2025 11:59:12 UTC] PHP Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/html/ic/mywebsite.org/wp-content/plugins/business-directory-plugin/includes/class-dispatcher.php on line 204
[08-Mar-2025 17:04:50 UTC] PHP Warning: Attempt to read property “name” on null in /var/www/html/ic/mywebsite.org/wp-content/plugins/business-directory-plugin/includes/compatibility/class-cpt-compat-mode.php on line 166
What do I need to do to fix the errors?
- You must be logged in to reply to this topic.