davidtrebacz
Forum Replies Created
-
It does appear the workaround – here still works. https://github.com/woocommerce/woocommerce-gateway-stripe/issues/2479
“The only way to remove the Stripe Link button is to disable it from the Stripe dashboard itself:?https://dashboard.stripe.com/settings/link ” Very annoying it just reappeared.
Forum: Plugins
In reply to: [Fast Velocity Minify] Invalid css minificationSeems to be “back” in version Version 3.4.0 with php 8.1.17. Checking “disable CSS Files minification for compatibility purposes” and clearing caches gets this working again.
Forum: Plugins
In reply to: [Fast Velocity Minify] Invalid css minificationWorking great on 3.3.9 with php 8.1.0. Thanks for the fix and quick turn around… Great plug in!
Forum: Plugins
In reply to: [Fast Velocity Minify] Invalid css minificationI can confirm moving back to php version 8.0.12. Eliminates the issue. Not a good solution either.
Forum: Plugins
In reply to: [Fast Velocity Minify] Invalid css minificationI think I’m experiencing the same issues. On the front end font awesome icons are rendered as strange symbols. If I disable the plug in or “Disable CSS Files Minification?[ Will disable CSS Files minification for compatibility purposes ]” the icons render properly. I also running on php 8.1. Can you give me a little more context on what file and line to make the mb_detect_encoding change?
Changing our gift certificate plugin – cured the problem.
We have traced our error to a 3rd party plug in. In our PHP we had this error: #37 {main}
thrown in glasshousestore.com/wp-content/plugins/gift-cards-for-woocommerce/includes/giftcard-checkout.php on line 431Line 431 contains this: $total_rows[‘discount’][‘value’] = $discount – $giftValue;
Disabling this plugin fixed our checkout. It also seems to be out of production, so we’ll likely be moving on to a new gift card plug-in.
When we do get an order through – It shows the site header on the order recieved page ????
First link in the thread is the GUI confirmation. I have tried version 6.9 and 7.0.1 and both have problems inconsistent. I have debug logs…. and we have seen duplicate orders since 11/11. Right now Stripe is shut off…
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Disabling Link by StripeSame problem here…
There is another thread here – update coming Tuesday – either disable or rollback: https://www.ads-software.com/support/topic/latest-update-error-on-woocommerce-checkout/
Forum: Fixing WordPress
In reply to: Uncaught Error – Critical ErrorMy issue ended up being a stuck update for https://www.skyverge.com/product/woocommerce-shipping-estimates/ . Since it’s a Woocomerce extension, that explains why the error disappeared when WooCommerce was disabled. Just took a process of elimination (and some time).
Forum: Fixing WordPress
In reply to: Uncaught Error – Critical ErrorI received this error on 2 wordpress instances after upgrading WooCommerce Version 4.0.0. There don’t seem to be any ill effects – other than constantly seeing the message when debugging is enabled on the plugin updates page.
Fatal error: Uncaught Error: Cannot use object of type stdClass as array in /var/www/###/wp-admin/update-core.php:333 Stack trace: #0 /var/www/###/wp-admin/update-core.php(767): list_plugin_updates() #1 {main} thrown in /var/www/###/wp-admin/update-core.php on line 333
I disabled all plugins and reactivated. Still get the error. If disable just WooCommerce the debug error disappears.
After taking another look with Tag Assistant – I was getting multiple duplicate page events. I went ahead and disabled “WooCommerce Google Analytics Integration” and I’m down to the expected events and don’t seem to have lost anything.
The plugin that seemed to be blocking is Google Analytics Dashboard for WP (GADWP). Deactivating it is now allowing the “gtag.js” to fire. I decided to leave the “WooCommerce Google Analytics Integration” from Woocommerce. It does not seem to interfere. Can you let me know if there is any value to leaving it. Or is all that functionality picked up by your plugin. I’d prefer to remove it, but added it so long ago, I don’t remember why.