• yonahs

    (@yonahs)


    I just updated to WordPress 6.7 and your plugin is throwing a notification error:

    PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the temporary-login-without-password 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/customer/www/lharzot.co.il/public_html/wp-includes/functions.php on line 6114

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @yonahs,

    Thank you for highlighting the issue.

    We have replicated it on our end and will include a fix in the upcoming release.

    Best,

    same problem here

    Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the temporary-login-without-password 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 /var/docs/public/wp-includes/functions.php on line 6115

    change line 49 in temporary-login-without-password.php to

    return get_plugin_data( WTLWP_PLUGIN_FILE, true, false );

    Resolves the issue as you don’t need a translated version number. ??

    Hi @yonahs,

    Thank you for your patience and support.

    We’ve released a fix for this in the latest update. Could you please update the plugin and confirm if everything works as expected?

    Thank you!

    Yes it is fixed. Thank you for the swift solution.

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