richardmichael
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Uncaught LogicException: No PPCP containerGreat! Marking as solved.
Forum: Fixing WordPress
In reply to: A Scheduled Event is Late – How Late Can it Be?I’ve been thinking about it and the 15 minutes seems arbitrary, especially since it is only when WP cron is disabled. With CP cron enabled and no cronjob, who’s to say your site hasn’t gotten traffic in 24 hours?
I’m passionately against boy who cried wolf situations. I’m also passionate for data being truthful. I don’t think it is truthful to raise a stink at 16 minutes.
With the linked code you gave me, is that the type of object that I can cleanly override in another location (functions.php, wp-config, etc)?
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Plugin litters logs+1 for same issue, and for us the timestamps match the scheduled cron hit on WordPress’s cron rather than overall page visits.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] Warning: Undefined array key “SERVER_NAME”Happening for my sites too. What is the latest PHP version you support/test against, KJ?
Edit: error_log in the filesystem is 150 KB, all filled with this error repeatedly.
- This reply was modified 6 months, 2 weeks ago by richardmichael.
Forum: Fixing WordPress
In reply to: A Scheduled Event is Late – How Late Can it Be?Thank you, that link is exactly what I was looking for.
I will try setting cron to every 10 minutes then.
Forum: Plugins
In reply to: [LiteSpeed Cache] Undefined Array Key Document RootSure thing,
UZMBEVLR
Thank you to both of you!
Block-Based- Storefront: unchecked
- Twenty-Twenty Five: unchecked
- Twenty-Twenty Four: unchecked
- Twenty-Twenty Three: unchecked
[woocommerce_checkout] shortcode
- Storefront: does not appear
- Twenty-Twenty Five: does not appear
- Twenty-Twenty Four: does not appear
- Twenty-Twenty Three: does not appear
If you still experience the same problem, please reach out to us for further assistance here: WooCommerce PayPal Payments Support
Done!
- This reply was modified 1 year, 4 months ago by richardmichael.
I heard back from qPilot, makers of the AutoShip plugin. They do expect the checkbox to be checked.
Any function I can use to force this?
I created a brand new website with only the WooCommerce and PayPal for WooCommerce plugins. The checkbox is unchecked for me with Block-Based Checkout.
When I switch to the classic checkout via the [woocommerce_checkout] shortcode, the checkbox isn’t even visible. The plot thickens.
Kristian and Femi, I do have one other plugin called AutoShip from qPilot Cloud. It may or may not interfere with things. To Kristian’s point, it’s possible this plugin treats that checkbox as more than a visual reassurance.
Let me create a new site and do some testing, then I will get back to you both.
@ashf
Could this work instead?/** * CloudFlare support for plugins that are not CloudFlare-Aware. */ if ( isset( $_SERVER['HTTP_CF_CONNECTING_IP'] ) ) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }It is what I am currently using, but our site is still being blocked for everyone, so perhaps it doesn’t work.
Thank you, I forgot about that trick.
I had seen a git commit somewhere mentioning CloudFlare and this plugin, and I thought it was related. I’ll just do what you suggested because that probably improves other things too.
Okay that makes a bit more sense, however, consider the flow for a user like myself.
English is my only language, so I read top to bottom, left to right. Upon clicking Deactivate, the button at the bottom is labeled Skip & Deactivate as you mentioned. However, I didn’t notice that since I’m going to read the entire dialog top to bottom, left to right, as I explained.
That isn’t to say I don’t take in the entire dialog at once briefly, but what I see is “If you have a moment, please let us know why you are deactivating:” and a list of radio buttons. At this point, I’m assuming I will have to pick one of them since many software does force a choice. I read through all the radio buttons and figure none of them are exactly my situation, so rather than give you inaccurate feedback, I will just choose other. And that is when the button removes the ability to skip.
Do you see how it is very simple to miss the skip option if English speakers go with the first relevant option? Even more interesting is that anyone who clicked randomly isn’t slowed down, but someone like myself who wanted to be a bit more honest and go with other as to not increment your internal counters for the labeled reasons, is asked to do more work?
I will change the rating. Perhaps you could improve this to not require text entry if other is selected. Or replicate the SKIP button to the top, for those of us who work linearly.
Forum: Plugins
In reply to: [Discount Rules for WooCommerce] Failing Some PHP Compatibility ChecksThank you for the quick information. Great, I can pass that along to the plugin authors and they will add the information as a footnote. Or in some cases make the test consider that completely.