Large number of PHP 8.2 deprecations
-
The
debug.log
of a site I’m working on is filling up rapidly (talking several hundreds of GB) with deprecated PHP notices, which most likely have to do with PHP 8.2.Most lines look like this:
PHP Deprecated:? Creation of dynamic property SEOPress\Actions\Front\Metas\DescriptionMeta::$tagsToStringService is deprecated in /.../wp-content/plugins/wp-seopress/src/Actions/Front/Metas/DescriptionMeta.php on line 11
I know that Notices are not errors, but on every pageload the log fills with several tens of MBs, which means that it is impossible for me to find any other relevant errors/notices.
PHP Watch has some more info about the error if it helps:?https://php.watch/versions/8.2/dynamic-properties-deprecated
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Large number of PHP 8.2 deprecations’ is closed to new replies.