• Resolved treibstoff

    (@treibstoff)


    This error is triggered and triggered and triggered:
    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi 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 /homepages/30/d124584246/htdocs/wp/wp-includes/functions.php on line 6114

    Please, let me know, if you fixed it.

    Right now, to stop the debug messages from that I’m using:
    add_filter( ‘doing_it_wrong_trigger_error’, ‘__return_false’ );

    cheers

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hi, same issue here, with 6.7 WP und WP-PageNavi Version 2.94.2 :
    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi 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 /html/wp-includes/functions.php on line 6114

    greets

    Hi, facing the same issue with Version 2.94.2 on multiple sites:

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi 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 /Users/*****/Sites/*****/web/wp/wp-includes/functions.php on line 6114

    It would be much appreciated if you could release a fix for this as soon as you possible.

    Thread Starter treibstoff

    (@treibstoff)

    thanx,
    you updated you plugin and it works now.
    and you did nothing else, as I did before to avoid the messages about textdomain:
    you cut out the function pagenavi_textdomain() ’cause you probably will never use translated strings.
    cheers

    Plugin Author Lester Chan

    (@gamerz)

    This should be fixed as I removed the call altogether since it is not needed since WP 4.6

    I am actually still running into this error on the latest version.

    • This reply was modified 1 year, 1 month ago by martijnn94.

    I see the same error in version 2.94.4 (WordPress version 6.7.1).

    Thread Starter treibstoff

    (@treibstoff)

    same here….
    so I’ll go back to the former working version….

    [17-Dec-2024 14:55:27 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the query-monitor 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.

    Thread Starter treibstoff

    (@treibstoff)

    to complete my last answer:
    this is the notice belonging pagenavi direct:
    [17-Dec-2024 23:39:41 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi 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.

    Plugin Author Lester Chan

    (@gamerz)

    Sorry for the mess up, I have release 2.94.5 to fix that issue again.

    All good now, thanks!

    Same issue happened on WordPress 6.8.1 (PHP 8.3). Plugin version is the latest 2.94.5.

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-pagenavi 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.

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

The topic ‘WP 6.7; Function _load_textdomain_just_in_time was called incorrectly’ is closed to new replies.