vupdraft
Forum Replies Created
-
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Security questionThis tores cookies and passes them between HTTP requests
It’s meant for php V5 so you can ignore it if you are not using this.
Forum: Plugins
In reply to: [Easy Updates Manager] FluentToolkit 2.0 breaks compatibility with EUMThank you for the update. I will bear the workaround in mind for other users.
Forum: Plugins
In reply to: [Easy Updates Manager] FluentToolkit 2.0 breaks compatibility with EUMI will pass this onto our development team. Have fluent confirmed that they are working on a fix?
Apologies for the delay over the weekend. Can you try resetting your password?
Hi Bob,
I can see that you have added an SSL certificate, at the moment I am not getting the error.
Have you deactivated WPO?
Can you check if you your FTP server requires an encrypted connection (i.e. forbids non-encrypted connections), then you will need to use UpdraftPlus Premium, which includes this.
Your site does not have a valid ssl certficate
A “nonce verification failed” error in WooCommerce is often indirectly caused by SSL/HTTPS configuration issues, mixed content errors, or aggressive caching. Since nonces are used for security, a mismatch between the HTTP and HTTPS versions of your site or expired caching causes the validation to fail.
I do hear that you have not enabled caching in WPO but could you make sure that your hosts have flushed your server cache?
Can you do this and set up your SSL certificate and see if the issue persists?
Hi,
Try using this tool: https://snipboard.io/
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] White Dashboard PageHi Greg,
The best way to keep updated of the release would be via our newsletter: https://teamupdraft.com/newsletter-signup/
Can you clear any server cache as well as your browsing history/cookies, what is your site URL?
If the “invalid nonce” error occurs on specific pages, consider disabling caching for those pages. Exclude the relevant pages from caching under Cache >> Advanced settings >> URL’s to exclude from caching
Nonces are specific per user. If you have activated caching for logged in users, deactivate the cache for users who are currently logged in.
If you continue to experience nonce-related issues, you can disable nonce verification by using the filter;
add_filter( ‘woocommerce_store_api_disable_nonce_check’, ‘__return_true’ );
Hi,
Can you screenshot the error?
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] White Dashboard PageHi,
This version of UpdraftCentral is not compatible with your theme.
We are about to launch a new, much improved UpdraftCentral in the next Month or so. For this you will need to have a TeamUpdraft account. There will be a very generous free tier available.
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] Custom retention rules hook?Hi,
Unfortunately we do not have hooks for this.
You can find the hooks we use in the class_updraftplus.php file. This is a file that is used in both the free and Premium version, search for “do_action” (you will need to use the job data)
Hi,
This is not related to Cloudflare, we actually use this on all of our sites.
Your site scheduler is not working, can you try adding the following to your wp-config.php
define(‘ALTERNATE_WP_CRON’, true);