• Resolved John

    (@dsl225)


    Hello,

    When upgrading to PHP 8.4 from 7.4 I got those errors:

    Deprecated: YoastSEO_Vendor\GuzzleHttp\ClientInterface::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php on line 77

    Deprecated: YoastSEO_Vendor\GuzzleHttp\Client::getConfig(): Implicitly marking parameter $option as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php on line 181

    Deprecated: YoastSEO_Vendor\League\OAuth2\Client\Provider\AbstractProvider::authorize(): Implicitly marking parameter $redirectHandler as nullable is deprecated, the explicit nullable type must be used instead in /wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php on line 416

    Anything I can do?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @dsl225

    Thanks for reaching out, but deprecations are NOT errors and should NOT be treated as such. Deprecations don’t break any WordPress functionality and are not actual errors, so you can ignore them. You can ensure that DEBUG_DISPLAY is turned off

    Thread Starter John

    (@dsl225)

    Thanks but deprecations fill the site’s error.log for sure and that’s where I found them. Problem is they flood this file and it becomes bigger every single day. So, now Yoast pretends that this log may contain reports of things happening that are not errors, right?

    So, instead of correcting the etymology I would rather expect you tell us when and if you are planning to correct this. Thanks.

    Plugin Support Mushrit Shabnam

    (@611shabnam)

    Hi @dsl225

    The latest version of WordPress 6.7 is still in?beta support?for PHP 8.4. Our development team will fix deprecated messages for PHP 8.4 when WordPress is fully compatible with it or when they start testing for the respective PHP versions. Here’s the detailed table on?WordPress supported PHP versions?mentioning the stable, exemptions, and beta support.

    Thread Starter John

    (@dsl225)

    Many thanks, well noted.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.