Forum Replies Created

Viewing 15 replies - 1 through 15 (of 137 total)
  • I second Elizabeth’s issue. It wasn’t obvious either what plugin was creating these promotional AI Assistant notices, I had to hunt down the common developers to find it was UFAQ.

    I just disabled the notice on the Dashboard and checked my Developer Console:

    Failed to load resource: net::ERR_BLOCKED_BY_CLIENT from https://stats.wp.com/w.js?ver=202618 was the only error present.

    Hello @inpsydekrystian,

    My current version of Woocommerce is Version 9.4.3 and Woocommerce Paypal Payments is Version 2.9.5.

    I happened to update Paypals Plugin to Version 2.9.5 from 2.9.4 on the same day that I upgraded my PHP to version 8.2 from PHP 8.1 so I’m not sure if that might also have been responsible. There’s some mentions of compatibility for php 8.2 updates in the Woo Paypal Plugin changelog, but I don’t know if it’s fully compatible or not.

    Hey @inpsydekrystian ,

    Thanks for the response.

    I don’t use the Cardlink plugin. The only gateway plugins I have are the Woocommerce official Stripe + this Paypal one. I do use CartFlows to handle my checkout page but they don’t have anything to do with the payment gateway.

    If it’s not Cardlink, what other plugin could it be? As mentioned, I get no front/backend errors that I see and the error log message above is quite sporadic so I’m not sure how to isolate the conflicting plugin.

    For now I’ve disabled the Paypal plugin and my sales are returning to normal after having none for the last 4 days.

    Hello,

    I’m getting the same error in my server log (kinsta) but it’s not affecting my back/front end, though I haven’t had any woo sales since I did the update which tells me it could be affecting it somehow.

    2024/12/14 00:51:16 [error] 6850#6850: *698283 FastCGI sent in stderr: “PHP message: PHP Fatal error: Uncaught Error: Call to undefined function WooCommerce\PayPalCommerce\Blocks\wc_terms_and_conditions_page_id() in /www/shop_225/public/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-blocks/extensions.php:47

    Stack trace:

    #0 /www/shop_225/public/wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php(133): WooCommerce\PayPalCommerce\Blocks\BlocksModule->WooCommerce\PayPalCommerce\Blocks\{closure}(Array, Object(WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Container\ReadOnlyContainer))

    #1 /www/shop_225/public/wp-content/plugins/woocommerce-paypal-payments/lib/packages/Inpsyde/Modularity/Container/ReadOnlyContainer.php(72): WooCommerce\PayPalCommerce\Vendor\Inpsyde\Modularity\Container\ReadOnlyContainer->resolveExtensions(‘wcgateway.setti…’, Array)

    #2 /www/shop_225/public/wp-content/plugins/woocommerce-paypal-payments/modules/ppcp-wc-gateway/services.php(549):” while reading response header from upstream, client: 188.74.137.134, server: shop.mysite.com, request: “GET /terms-and-conditions/?customize_changeset_uuid=e4d7dafb-388f-484b-8355-cd903276b3ac&customize_messenger_channel=preview-0 HTTP/2.0”, upstream: “fastcgi://unix:/var/run/php8.2-fpm-shop.sock:”, host: “shop.mysite.com:64493”

    How do I isolate what plugin could be conflicting if the front end works fine, and the error log doesn’t follow any pattern of how frequently the error is occuring?

    Thread Starter Soprano

    (@soprano)

    Hello,

    I’m just following up on this as it was 5 months ago but I haven’t seen any mentions of integrations with CartFlows. Is this still happening?

    Thank you

    Thread Starter Soprano

    (@soprano)

    Thank you Andrii!

    Thread Starter Soprano

    (@soprano)

    Thanks for the detailed reply Andrii, it seems like HivePress has everything I need.

    A couple of follow up questions:

    • Do you have a guide that explains how to customize the permalink settings to use domain.com/username/ for the listings? And would there be any complications or issues removing URL prefixes this way?
    • The booking addon looks great, but from the Demo video and description page it appears that it only allows bookings for rentals (i.e: whole days.) Is it possible to allow bookings by the hours based on timezones, similar to how WP Booking Calendar plugin does it?

    Thank you!

    Thread Starter Soprano

    (@soprano)

    Hey Elliot,

    Thanks for the response. It’s good to hear you might add support for it in the future.

    I’ve seen my sales dip quite a bit, but I don’t know if that’s just a week on week low cycle.

    As some sales are coming through, I assume it’s safe to use your plugin with cartflows even if it doesn’t support it. But what should I be looking out for to identify any conflicts between your plugin and cartflows?

    Thank you

    Thread Starter Soprano

    (@soprano)

    Thanks for the suggestions @threadi. I’m trying to wait for the issue the occur again but the problem is there is no ‘message’ that appear consistently, it only happens every few days and the only way I really know it happens is because my host sends me an email saying there was an error on my site.

    So I have no way of recreating the error in order to enable/disable plugins one by one to figure out what’s conflicting. Is there any other way around this?

    Thank you

    Thread Starter Soprano

    (@soprano)

    Thank you @shameemreza, the Order Attachments plugin would be exactly what I need. I’ll give that a go. Cheers!

    Thread Starter Soprano

    (@soprano)

    Thank you for taking in the feedback. I’ve tried using this code to dequeu the scripts but it doesn’t seem to do the job:

    add_action('wp_print_scripts', 'conditional_remove_backorder_js');
    function conditional_remove_give_js() {
    if ( !is_product( array( 3181, 999 ) ) ) {
    wp_dequeue_script( 'cwginstock_js-js' );
    wp_dequeue_script( 'sweetalert2-js' );
    wp_dequeue_script( 'cwginstock_popup-js' );
    }
    }
    
    add_action('wp_print_styles', 'conditional_remove_backorder_css');
    function conditional_remove_give_css() {
    if ( !is_product( array( 3181, 999 ) ) ) {
    wp_dequeue_style( 'cwginstock_frontend_css-css' );
    wp_dequeue_style( 'cwginstock_bootstrap-css' );
    }
    }

    I’m happy to pay for an addon if you release it as such, but I was hoping to find a solution to this soon. Any estimates to when this may be released as a feature?

    I got a response from their support instructing me to update to: Social Warfare Pro Version 4.4.5.1 which seems to have patched the issue. The update has worked on for me.

    Can confirm for me also. It’s also affecting the front end now where the content in inaccessible so I’ve had to disable both plugins.

    I’ve already opened a ticket for the Pro support, but I had a similar Critical error last January, which also resulted in downtime.

    I’m having the same issue. It might be related to this recently reported bug: https://github.com/woocommerce/woocommerce/issues/39338 and a few other tickets I’ve seen on these WordPress forums.

    I hope they release an update soon; The 7.9.0 version update has made all my variable subscription products unpurchasable. The Attributes still appear, but the ‘Used for Variations’ box has become unticked, and the Variations tab now shows the message: “Add some attributes in the Attributes tab to generate variations. Make sure to check the Used for variations box. Learn more” (even though there is two Attributes.)

    I used it alongside Woo Subscriptions and Woo Memberships.

    Thread Starter Soprano

    (@soprano)

    That’s interesting, cause when I checked Analytics I still have no event data relating to mc4wp_signup: https://paste.pics/e956e3bde26ea603f69cfd1fcc2ffae7

    And when I try use the ‘Analytics Debugger’ extension and check the GA4 tab it just shows the message: “GA4 Detected. Waiting for hits …”

    You mentioned clearing Rocket’s cache in the previous response, maybe it’s that. I’ll clear that cache as well as Kinsta’s server level cache and see if that solves the issue.

Viewing 15 replies - 1 through 15 (of 137 total)