• Resolved southklad

    (@southklad)


    При включении WP_DEBUG на всех страницах сайта и в администраторском разделе у меня такие ошибки, в чем может быть проблема? PHP (7.4.29) и WordPress 6.8.3

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

Viewing 1 replies (of 1 total)
  • Plugin Support Mihai

    (@mceban)

    Hi @southklad,

    Thank you for bringing this issue to our attention.

    It seems there’s a non-critical notice about load_textdomain_just_in_time being called incorrectly. We’ve reported this to our development team. I apologize for the inconvenience, and while I can’t give an ETA for a fix, I’ll ensure you receive updates as they become available.

    Rest assured, these notices won’t lead to PHP fatal errors or functional issues. As a temporary workaround, you can hide any possible errors or notices by adding this to your wp-config.php file:

    define('WP_DEBUG_DISPLAY', false);

    Please let me know if you have any questions.

    Thanks!
    Mihai

Viewing 1 replies (of 1 total)

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