• Resolved Pieter Bos

    (@senlin)


    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)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,

    thank you for your feedback, we have opened an issue our Github account to take care of this in a future update.

    Note that a lot of plugins / themes and WordPress core are still not officially compatible with PHP 8.2.

    We recommend to use PHP 8.1 to avoid any issues.

    ETA: version 6.7 (June).

    Thanks

    Thread Starter Pieter Bos

    (@senlin)

    Thanks and sorry, I would have posted to your Github account, which is what?

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    No you can’t access it, as mentioned in my first reply, we’ll take care of it, don’t worry ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Large number of PHP 8.2 deprecations’ is closed to new replies.