• Resolved ileiaeu

    (@ileiaeu)


    I?encountered the following PHP Notice in my logs:

    PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pre-orders-for-woocommerce 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.

    This issue occurs with your plugin “Pre-Orders for WooCommerce”. Could you please review and advise a solution? Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mathdaniel

    (@mathdaniel)

    Hello,

    I hope you are well.

    Thank you for reaching out and sharing this notice. We will look into the situation you are experiencing with the “Pre-Orders for WooCommerce” plugin and will get back to you soon. We appreciate your input.

    Best regards, peace!

    @ileiaeu, we will release a patch for it very soon. For now, kindly turn off the debug mode on the production site. You can use this filter in your child theme functions.php to turn off the notice

    add_filter( 'doing_it_wrong_trigger_error', '__return_false' );
    Thread Starter ileiaeu

    (@ileiaeu)

    thanks

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