• Resolved alshizawi

    (@alshizawi)


    Hello ,

    Currently there is many plugins showing this issue including Cartflows when viewing wordpress website after activiting Debug log

    This is the error line :

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the cartflows 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/webfr/public_html/site/wp-includes/functions.php on line 6121

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Aamir

    (@aamiribsf)

    Hello @alshizawi,

    Thank you for reaching out and reporting this issue.

    The notice you’re seeing:

    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 and CartFlows funnels 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.

    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.

    Please give this a try and let us know if you need any help or further guidance!

    Best regards,

    Thread Starter alshizawi

    (@alshizawi)

    Hello @aamiribsf ,

    Thank you for your reply ,

    I am aware of the reason of this issue and the change of wordpress as well as the reason of why i am seeing this error ..

    And yes , i know it wont affect the functionality of the website .

    Once again , thank you

    Plugin Support Aamir

    (@aamiribsf)

    Hi @alshizawi,

    You’re very welcome — I’m glad the explanation helped, and I appreciate your understanding!

    If you have any other questions or run into anything else, feel free to reach out anytime. We’re always here to help.

    Best regards,

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

The topic ‘Function _load_textdomain_just_in_time’ is closed to new replies.