• Hi. Theme ASCEND causes errors while WP_DEBUG is TRUE:

    Translation loading for the ascend domain was triggered too early.

    I turned all plugins OFF. The error was still there. I switched from the ASCEND theme to Hello elementor, NO ERROR. When I switched back to ASCEND, the error came back. I have updated the ASCEND theme to Version: 1.4.17. I even deleted the Ascend theme and installed it back, but the error is still there.

    From WP6.8. the core team introduced Function _load_textdomain_just_in_time to encourage better coding practices and discourage loading translations prematurely. While it may feel like a nuisance now, it’s actually paving the way for a cleaner, more predictable internationalization flow in WordPress.

    Thank you in advance for fix

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • architalevelup

    (@architabasandrai20)

    Hi @svatslav

    This is a known issue, and our team is already aware of it. It’s been escalated for review and resolution. Right now, we don’t have an estimated timeline for when a fix will be released, but I’ll make sure to keep you in the loop as soon as there’s any update.

    Please note, warnings and notices are not actual errors. They are meant to help developers debug issues with their code. By default, WP debug mode, which displays these errors, should be disabled on production sites. If you’re seeing these notices on your site, it likely means that WP debug mode is still enabled.

    To disable WP_DEBUG, you can add the following line in your wp-config.php file:

    define( 'WP_DEBUG', false );

    Here’s a helpful guide for reference: Debugging in WordPress.

    Note: If WP_DEBUG is already added, you will need to change the value from true to false.

    In the meantime, if you need help with anything else or have any other questions, just let me know. I’m happy to assist.

Viewing 1 replies (of 1 total)

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