• Resolved Ov3rfly

    (@ov3rfly)


    Getting lots of PHP Deprecated messages in error log on a client website with Yoast SEO 19.14 and WordPress 6.1.1

    [13-Jan-2023 10:43:38 UTC] PHP Deprecated:  Die Funktion Yoast_I18n_v3::__construct ist seit Version?WPSEO 19.12 <strong>veraltet</strong> und es ist keine Alternative verfügbar. in ../wp-includes/functions.php on line 5393
    [13-Jan-2023 10:43:38 UTC] PHP Deprecated:  Die Funktion Yoast_I18n_v3::set_api_url ist seit Version?WPSEO 19.12 <strong>veraltet</strong> und es ist keine Alternative verfügbar. in ../wp-includes/functions.php on line 5393

    Please advise how to debug this any further, thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • , it is likely that the issue is related to your website’s configuration.

    1. Make sure your website’s PHP version is compatible with Yoast SEO plugin version 19.14.
    2. Make sure that you have the latest version of WordPress 6.1.1, and all other plugins and theme you are using are also up to date.
    3. Try deactivating other plugins and switching to a default theme to see if there is a conflict between Yoast SEO and another plugin or theme.

    If these steps do not resolve the issue, you may want to reach out to Yoast support for further assistance. They may be able to provide more detailed troubleshooting suggestions or help you identify any specific issues with your website’s configuration that are causing the deprecated messages to appear.

    Plugin Support Maybellyne

    (@maybellyne)

    Hello @ov3rfly,

    Thanks for reaching out about your PHP deprecated notices. They mean that somewhere in your site, a plugin, a theme or custom code is using two functions from Yoast SEO v19.12 that are no longer supported. The solution is to change this piece of code. Unfortunately, I can’t determine where this is on your website. You may attempt finding out the culprit by performing a conflict check. The fastest way to rule out any conflict is to deactivate all non-Yoast plugins and switch to a standard theme like Twenty Twenty.

    Please test this on your development or staging site if you have one. If not, we recommend using the Health Check & Troubleshooting plugin. This plugin has a troubleshooting mode, which does not affect normal visitors to your site.

    If you’re unfamiliar with checking for conflicts, we’d like to point you to a step-by-step guide that will walk you through the process: How to check for plugin conflicts

    Thank you, @sanaullahfarooq12, for your contributions.

    Thread Starter Ov3rfly

    (@ov3rfly)

    a plugin, a theme or custom code is using two functions from Yoast SEO v19.12 that are no longer supported

    Found the problem in Glossary plugin by a simple text search for Yoast_I18n_v3 in all wp-content/plugins/*.php files.

    You might want to add this approach to your debug advise.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Deprecated Yoast_I18n_v3::__construct and Yoast_I18n_v3::set_api_url’ is closed to new replies.