Plugin Error for wordpress version 6.7.1

#917348
  • Resolved Incit
    Rank Math free

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rank-math domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    This issue occurs because WordPress v6.7 has changed how translations are loaded. Our developers are currently working on it and will release an update soon.

    For now, you can disable the doing_it_wrong notice by adding the following filter code on your website:

    add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
    

    Here’s how you can add filter/hook to your WordPress site: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Or, you can set the WP_DEBUG_DISPLAY and WP_DEBUG_LOG constants to false in the wp-config.php file.

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    Hello,

    As a follow-up:

    We have released a Beta update that fixed the issue.

    Please remove the filter and enable the Beta update by following this guide:
    https://rankmath.com/kb/version-control/#beta-updates

    beta update

    If you are unable to see an update, please clear Rank Math’s transients from:
    WP Dashboard > Rank Math > Status & Tools > Database Tools > Remove Rank Math Transients > Remove transients
    remove transients rank math

    Please clear the caches, server, and WordPress after updating.

    Let us know how it goes.

    Thank you.

    Incit
    Rank Math free

    thank you

    Hello,

    We are glad that helped.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

The ticket ‘Plugin Error for wordpress version 6.7.1’ is closed to new replies.