Will Presley
Forum Replies Created
-
Just confirming this is an issue with 1.18.0. But for a bit of clarification, the issue seems to be Wordfence 2FA being enabled at all for the site and Turnstile checking login forms. I am the only user on one site having this issue who has 2FA enabled, but all users trying to log in were unable to. Rolling back to 1.17.2 fixes immediately.
- This reply was modified 1 year, 7 months ago by Will Presley. Reason: Add more details
As a followup, I have already tried Resubscribing to Webhooks, reconnecting the PayPal account, and the standard troubleshooting things that the WP Support forums are full of. It seems most likely to be a webhooks-related issue, but I’m struggling to find out how it’s happening.
For what it’s worth, here is the full JS console error:
Uncaught FormNotReadyError: Cannot call SqPaymentForm#requestCardNonce before the paymentFormLoaded() callback. See Step 4: https://developer.squareup.com/docs/payment-form/how-it-works#the-sqpaymentform-process-flow
at Pt (https://js.squareup.com/v2/paymentform:1:165916)
at Nt (https://js.squareup.com/v2/paymentform:1:166228)
at At.requestCardNonce (https://js.squareup.com/v2/paymentform:1:157263)
at t.value (https://butchersbites.com/wp-content/plugins/woocommerce-square/assets/js/frontend/wc-square.min.js:1:4323)
at HTMLFormElement.<anonymous> (https://butchersbites.com/wp-content/plugins/woocommerce-square/assets/js/frontend/wc-square.min.js:1:810)
at HTMLFormElement.dispatch (https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:12444)
at HTMLFormElement.r.handle (https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:9173)
at Object.trigger (https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:11573)
at n.fn.init.triggerHandler (https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js:3:19072)
at HTMLFormElement.submit (https://butchersbites.com/wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js:1:9409)Forum: Plugins
In reply to: [WooCommerce Square] WooCommerce Managed Inventory Problem Persists in 2.0.3You can do this in 2.0.3. It just isn’t very well-explained. With Woo as the SOR, and the product set to sync with Square, head to the inventory field and click ‘Fetch from Square’. It will pull down the latest number, and then allow you to edit. When you submit, the new number is synced to Square. Pretty nice when you have a physical+online presence, as in the time since I pull up the product to edit, there may have been a sale in the store.
@eskapism Still the same issue. The
continue
on line 1095 of */simple-history/loggers/SimplePluginLogger.php simply needs to be changed tocontinue 2
instead. Just tested the fix again, and all works as expected.Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 script is being added to all pagesreCaptcha v3 works by analyzing behavior across an entire site (and I’m sure aggregated somehow) to build a ‘profile’ of the user well before they click to submit a form. The v3 code loading on all pages is fine, but showing the badge in the bottom-right corner all the time is obnoxious. A note in the footer or somewhere that gives the user info that it is in use (Google is tracking their behavior while on this site) and then showing the badge ONLY when an input field is focused would be far preferable. I’ve seen a working solution for this on StackOverflow (or WordPress Stack Exchange), I can try to find the link again tomorrow.
Forum: Plugins
In reply to: [WP-SpamShield] What’s going on with Plugin Update???Working fine again, still monitoring the SVN thread for now
Forum: Plugins
In reply to: [WP-SpamShield] What’s going on with Plugin Update???Same here. Dozens of sites showing an available 1.9.9.9.9 update, none actually updating.
I’m honestly wondering the same thing. I need to give a client’s role access to download those reports, but can’t seem to figure out the capability or permission level required! Works fine from my account.
After a bit more looking, here is the issue: https://www.ads-software.com/support/topic/capability-stuck-on-administrator-user-role-only-for-export/
The submenu page itself (where the file is generated and sent to the browser) isn’t using anything explicit for the capability.
For now, since this is a mission-critical part of this client’s site, I have had to make a “company fork” of this plugin, with the change described in the link above, and will continue just using that for now.
Hopefully that may help a bit @carolineelisa
Forum: Plugins
In reply to: [Facebook Plugin: WP Social] PHP Fatal Error since 2.14 updateHey Richard,
That took care of it! Thanks for the super speedy turnaround!
Will