• Resolved michaelserra

    (@michaelserra)


    This is causing the error log to get very very large… i needed to turn off the debug.

    [19-Jun-2025 18:16:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the woocommerce-payments 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/mserra/public_html/wp-includes/functions.php on line 6121

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @michaelserra,

    This particular notice is related to recent changes in WordPress 6.7 regarding how translations are loaded. Our developers are actively investigating this on a case-by-case basis as there isn’t a single, universal fix yet.

    To help us further, could you please tell us:

    • What language is your site set to?
    • Are you using any language translation plugins? If so, which ones? Have you reached out to their support?

    While we work on a comprehensive solution, you can temporarily hide notices on your site by adding the following to your wp-config.php file:

    define( 'WP_DEBUG_DISPLAY', false );

    This will prevent notices from being displayed on the frontend while still logging them for debugging purposes.

    We appreciate your patience as we continue to investigate and work towards a permanent resolution.

    Plugin Support Feten L. a11n

    (@fetenlakhal)

    Hi there,

    Since we haven’t heard back, I’ll mark this as resolved for now. We’re here if you need us!

    Apart from this, mind leaving a quick review? 😊 https://wordpress.org/support/plugin/woocommerce-payments/reviews/#new-post

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

The topic ‘woopayments error on 6121’ is closed to new replies.