• Resolved nautiboutique

    (@nautiboutique)


    Request monitoring is telling me about an error with Cart Abandonment Recovery for WooCommerce.

    Translation loading for the woo-cart-abandonment-recovery 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. (Ce message a été ajouté à la version 6.7.0.)

    1. _load_textdomain_just_in_time()
      wp-includes/l10n.php:1379
    2. get_translations_for_domain()
      wp-includes/l10n.php:1409
    3. translate()
      wp-includes/l10n.php:195
    4. __()
      wp-includes/l10n.php:307
    5. CARTFLOWS_CA_Loader->load_libraries()
      wp-content/plugins/woo-cart-abandonment-recovery/classes/class-cartflows-ca-loader.php:310
    6. do_action('plugins_loaded')
      wp-includes/plugin.php:517
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @nautiboutique,

    Thank you for reaching out and reporting this issue.

    The issue that you reported appears to be related to this.

    Notice: Function _load_textdomain_just_in_time was called incorrectly

    was introduced in WordPress 6.7.0. With this update, WordPress expects all translation files to be loaded at or after the init action, and not before.

    We want to reassure you that:

    • This is a non-fatal notice, meaning it does not affect the functionality of your site.
    • Your checkout should continue working as expected.
    • The notice is appearing due to a change introduced by WordPress, and our development team is already reviewing the code to ensure full compatibility with these new standards.

    Incase you are seeing some notices related to this on your site, If you’d prefer to hide such notices on your live site, you can do so by updating your wp-config.php file like this:

    define( ‘WP_DEBUG’, true );

    define( ‘WP_DEBUG_DISPLAY’, false );

    This keeps the notices logged for internal use without displaying them on your site’s frontend or admin area.

    Hope ths helps.

    Best regards,

    Thread Starter nautiboutique

    (@nautiboutique)

    Thank you

    Plugin Support Aamir

    (@aamiribsf)

    Hi @nautiboutique,

    You’re most welcome! I’m glad I could clarify that for you. If you have any further questions or run into anything else, feel free to open a new thread — I’ll be happy to help.

    Best regards,

    When does the team plan on getting it fixed? It’s been nearly 12 months since the release and all other plugins have sorted it?

    Plugin Support Aamir

    (@aamiribsf)

    Hi everyone,

    We’ve addressed this issue in our latest release. Please update the plugin to the most recent version from your WordPress dashboard → Plugins → Installed Plugins to apply the fix.

    Best regards,

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

You must be logged in to reply to this topic.