vupdraft
Forum Replies Created
-
You will need to remove this before you can use this plugin
Hi,
The only way you would get this message is because you do have this somewhere on your site, either in you themes functions.php or via a code snippet plugin.
If you are not sure where, it might be worth asking your hosting.
The issue is always there but you will only get that error message when EUM is activated because this plugin checks for this.
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateNo, our plugin cannot write to the functions.php and it sounds like it related to your Advanced Custom fields plugin.
Can you post what’s in your Logs tab using a tool such as patebin.com?
As long as you have your premium licence assigned and up to date, you should be able to update premium plugins.
Can you post your php error logs using a tools such as pastebin.com
Hi,
Either in your themes functions.php or as a must use plugin you have this filter;
add_filter( ‘allow_minor_auto_core_updates’, ‘__return_false’ );
You either need to change to “false” to “true” or simply remove the filter
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateYour max execution time is quite low, we normally recommend 900
In your “logs” tab is there anything relating to this plugin, is there anything in your php error logs?
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates Have Stopped WorkingCan you post your logs from “Logs” tab in EUM using a tools such as pastebin.com or can you take a screenshot?
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates Have Stopped WorkingCan you install the free plugin WP Crontrol and look at your Cron Events, are any of them showing as overdue?
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] Google analyticsHi,
Can you make a feature request here: https://teamupdraft.com/support/feature-requests/
We are launching a major revamp of Central in the new year (both free and premium). I think you will love some of the new features.
Can you take a screenshot of your backups in the backup/restore tab?
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] How to access sites backupsHi,
The default location is the wp-content/updraft directory of your site.
Did you send your backups to any remote storage?
Hi,
What tools is it blocking and what kind of server are you using?
Hi,
I have passed this onto our development team
Hi,
Can you try adding this filter;
add_filter(‘wpo_purge_all_cache_on_update’, ‘__return_true’)
@evit – all of our sites are behind Cloudflare so we would definitely recommend using it. It’s a great security tool