Error Message

#917131
  • Rick Levy
    Rank Math free

    I got this error message today. Can you help me with fixing the issue?

    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. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/u975523035/domains/hwlawnj.com/public_html/wp-includes/functions.php on line 6114

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

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for any inconvenience this issue may have caused you.

    Our development team is already aware of the issue and working on a solution regarding the logs you have sent.

    You can disable the notice by setting the WP_DEBUG_DISPLAY and WP_DEBUG_LOG constants to false in your wp-config.php file.

    Alternatively, you can add the following filter to rank-math.php file to fix these warnings/notices:

    add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
    

    Here is how to create the rank-math.php file: https://rankmath.com/kb/wordpress-hooks-actions-filters/#rank-math-php-file

    Looking forward to helping 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.

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

You must be logged in to reply to this ticket.