• Resolved Adam

    (@dannythedog)


    I’m experiencing translation loading issues with WooCommerce PayPal Payments plugin. Debug log shows the following error:

    PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the 'woocommerce-paypal-payments' domain was triggered too early. [...] Translations should be loaded at the 'init' action or later.

    The plugin is trying to load its translation files before the WordPress ‘init’ hook. Has anyone encountered this or found a solution?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Syde Jamie

    (@jamieong)

    Hi @dannythedog ,

    Thank you for reaching out to us we are here to help.

    The issue is likely related to an early loading function within the WooCommerce PayPal Payments plugin, which may impact compatibility with WordPress 6.7. We have a fixing package, you may find it here.

    We welcome any feedback that you may have while you are using this fixing package, your feedback would be extremely important to us.

    We look forward to hear from you.

    Best Regards,
    Jamie

    Hello

    I have the same problem and my website looks like trash.

    I downloaded some filed from above and then what? Will it be solved by itself by new release or what? My website admin propose 100 euro to fix it.

    Thanks a lot

    We’ve had the same issues, right during Black Week…customer is understandably mad. If I hadn’t turned on debugging we never would’ve caught the issue and found the temp solution to downgrade as it only presented itself as:
    – suddenly empty cart after adding a product
    – failed payment

    We have no idea how many customers were lost thanks to this…

    @SydeJamie Will replacing the plugin folder with the new folder fix the problem, or is there an install process?

    Plugin Support Syde Jamie

    (@jamieong)

    Hi @marjoriesdaughter , @michalpfalkiewicz , @simplygloomy ,

    We would encourage you to open a new support thread respectively as the issues reported in this thread may not be caused by the same thing. Mixing different issues in a single thread makes it more difficult for us to help and is also not in accordance with the forum guidelines.

    We look forward to support you further.

    Best Regards,
    Jamie

    Plugin Support Krystian

    (@inpsydekrystian)

    Hello @michalpfalkiewicz @simplygloomy

    Please test if the fix already works for you, alternetively if you prefer to wait until official released you can disable debugging or even better use?this code snippet?to suppress the notice:

    add_filter( 'doing_it_wrong_trigger_error', '__return_false' );

    Hello @marjoriesdaughter

    You install the plugin like any other, it will replace the current version.

    Kind regards,
    Krystian

    I did upload the fixed zip and so far it seems to be working. The problems were not just the error message but a ton of customers complaining about payment and shopping cart issues.

    Plugin Support Krystian

    (@inpsydekrystian)

    Hello @simplygloomy

    If you face any further problems, please create your own thread as we do not solve issues in other users’ threads to maintain order. We’ll be happy to resolve them.

    Alternatively, you can request support by following this link: Request Support. Please make sure to include the URL of this thread in your ticket for reference.

    I’m looking forward to hearing from you.

    Kind Regards,

    Krystian

    Thread Starter Adam

    (@dannythedog)

    We have a fixing package, you may find it here.

    Ok, thank you, it works. But now I see version 2.9.4-PCP-3924 installed, and WordPress shows: ‘There is a new version of WooCommerce PayPal Payments available. View version 2.9.4 details or update now.

    When will version 2.9.5 be released?

    Plugin Support Krystian

    (@inpsydekrystian)

    Hello @dannythedog

    The current version 2.9.4-PCP-3924 includes an important fix, but WordPress is recognizing it as a different build, which may cause it to behave like the previous version.

    Please hold off on updating for now until the official release. Version 2.9.5 will be released very soon.

    Kind Regards,
    Krystian

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