• I’ve used qtranslate before, but now i’ve installed the mqtranslate and the Integration of Yoast wordpress SEO module with mqtranslate module plugins. Now the problem is, that on all my pages, i get this warning:

    Warning: Missing argument 1 for WPSEO_Utils::translate_score(), called in C:\xampp\htdocs\Hjemsted\wp-content\plugins\wordpress-seo\inc\wpseo-non-ajax-functions.php on line 640 and defined in C:\xampp\htdocs\Hjemsted\wp-content\plugins\wordpress-seo\inc\class-wpseo-utils.php on line 193

    How can i fix this?
    Looking forward to your answer.

    Best regards
    Chanett

    https://www.ads-software.com/plugins/mqtranslate/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit the file C:\xampp\htdocs\Hjemsted\wp-content\plugins\wordpress-seo\inc\wpseo-non-ajax-functions.php

    Line 640:
    original line
    return WPSEO_Utils::translate_score();

    try to change in:
    return WPSEO_Utils::translate_score($val, $css_value = true);

    Thread Starter Chanett

    (@chanett)

    Thank you very much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Warning: Missing argument 1 for WPSEO_Utils::translate_score(’ is closed to new replies.