• Resolved uenotekkovietnam

    (@uenotekkovietnam)


    Hi, guys. I’m currently running?WordPress 6.7.

    Please check for me the following status:

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

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • WooPlugs.com

    (@saifalslam)

    The notices you are seeing indicate that the functions _load_textdomain_just_in_time were called incorrectly for the translations of the plugins “wordpress-seo” and “backup-backup”. The translations were triggered too early, potentially due to some code in your plugin or theme running ahead of schedule.

    To resolve this issue, you can try the following steps:

    1. Update Plugins: Make sure that the “WordPress SEO” and “Backup Backup” plugins are up-to-date. Sometimes, plugin updates include fixes for such issues.
    2. Check Theme and Plugin Code: There might be a problem in your theme or other plugins triggering the translation loading too early. Review the code of your theme and other plugins to ensure they are not causing this issue.
    3. Translation Loading: If you have custom code that triggers translations, ensure that it is loaded at the init action or later, as recommended in the notice.
    4. Check for Conflict: Try deactivating other plugins one by one to see if the issue resolves. This can help identify if there is a conflict between plugins causing the early translation loading.
    5. Debugging: You can enable WordPress debugging to get more detailed information about the issue. Edit your wp-config.php file and set WP_DEBUG to true. This might provide additional clues about what is causing the translations to load early.

    By following these steps and investigating the potential causes of the early translation loading, you should be able to address the notices appearing on your website.

    Thread Starter uenotekkovietnam

    (@uenotekkovietnam)

    Thank you for your support. ^^

    My website is back to normal.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.