waroberterdmann
Forum Replies Created
-
Hi, thank you for your feedback. I have 5 identical WordPress instances, all the same plugins, same performance, same server. 3 pages work very well. What I noticed is that the other two pages have more content, around 8000 pages more.
And these are very often interrupted with the database when the plugin is activated. The error message “Error establishing a database connection” from WordPress always appears. Then it works again for a short time and then the error occurs again in the backend. But that only happens when I activate the plugin.
I already have a good shared server at OVH with 6vCores and 12 GB RAM, that should be enough.
I have set the Low performance setting. However, the error still occurs. Maybe he wants to cache too many pages at once?Forum: Plugins
In reply to: [Social Feed Gallery] Can’t reconnect AccountHi,
It’s working again. Miraculously. I was able to link my account again. There was probably an error directly on Instagram’s part with its API.Forum: Plugins
In reply to: [Social Feed Gallery] Can’t reconnect AccountSame problem. Version 4.5.5
I also deactivated the account because nothing was displayed in the frontend anymore.
When I try to add a personal account, Instagram displays an error page.Forum: Plugins
In reply to: [License Manager for WooCommerce] 3.0 Update broke WordPress sitePlease select a specific version to download on
https://ww.wp.xz.cn/plugins/license-manager-for-woocommerce/advanced/- This reply was modified 2 years, 6 months ago by waroberterdmann.
please deactivate the litespeed cache plugin. This has an ajax error.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Fatal error when add to cartHello, I fixed the bug. The error comes from the file /yith-woocommerce-product-add-ons/includes/class-yith-wapo-cart.php on line 217:
$_product = isset( $cart_item['variation_id'] ) ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );change to:
$_product = isset( $cart_item['variation_id'] ) && $cart_item['variation_id'] != 0 ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );The variant ID is (INT)0 and cannot find the product.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Fatal ErrorHello, I fixed the bug. The error comes from the file /yith-woocommerce-product-add-ons/includes/class-yith-wapo-cart.php on line 217:
$_product = isset( $cart_item['variation_id'] ) ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );change to:
$_product = isset( $cart_item['variation_id'] ) && $cart_item['variation_id'] != 0 ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );The variant ID is (INT)0 and cannot find the product.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Fatal ErrorHello @martinlooij , the plugin provider has to change that and release an update or you change the plugin code in /wp-content/plugins/yith-woocommerce-product-add-ons/includes/class-yith-wapo-cart.php on line 217
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Fatal ErrorHello, I fixed the bug. The error comes from the file /yith-woocommerce-product-add-ons/includes/class-yith-wapo-cart.php on line 217:
$_product = isset( $cart_item['variation_id'] ) ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );
change to:$_product = isset( $cart_item['variation_id'] ) && $cart_item['variation_id'] != 0 ? wc_get_product( $cart_item['variation_id'] ) : wc_get_product( $cart_item['product_id'] );
The variant ID is (INT)0 and cannot find the product.
Please bring an update. Thanks very much!- This reply was modified 2 years, 10 months ago by waroberterdmann.
Hi,
same problemwe have all current versions of WooCommerce, WooCommerce Paypal Payment and WooCommerce Subscription.
The error: Could not process order because it was not possible to save the payment.
We have unlocked our reference transactions and set up all the settings as in the previous shop – without success! Any news?`