vupdraft
Forum Replies Created
-
Hi,
It sounds like someone has targeted your caching plugin but it could have been any of your plugins.
What might be helpful in these scenarios is a plugin that detect file changes, we have a free one: https://en-gb.ww.wp.xz.cn/plugins/all-in-one-wp-security-and-firewall/ but there are others as well.
Hi,
Can you check if your site supports http2 here: https://tools.keycdn.com/http2-test
If it does, you should not have merging enabled, it will be slowing your site down.
You can do this under Minify >> JavaScript /CSS then unchecking the option next to “Enable merging of CSS files”
In this log, I see two different prefixes
wpstg0_
wp_
I think you may have old DB in this install that has been triggering the backups. Can you try removing any old versions of your DB through php MyAdmin
Forum: Plugins
In reply to: [UpdraftPlus: WP Backup & Migration Plugin] A lot of warnings in log filesHi,
It would be worth trying to reduce your split size to 100 MB in settings >> show expert settings >> split archives every
Great, let us know if you start experiencing the issue again.
This is a guide for setting up s3.
In it, it has the permissions that you would need for an s3 policy, the same would apply for s3 generic
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateThe problem would be that I would not have a licence so it would not update for me.
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateIt was just because you said via WP Core, I was wondering if you had made any alterations to your wp-config or similar but it doesn’t sound like that is the case.
Would you be able to ask Kadence for an earlier version of their plugin so we can see if it updates?
Forum: Plugins
In reply to: [Easy Updates Manager] Deprecated PHPHi,
Our developer is aware and we will be updating this.
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateWhen you say they do not update using EUM do you mean that they use the WP inbuilt functionality that EUM takes over when installed?
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateIs there anything at all different about this site that makes it stand out. PHP version, WP version, a different plugin or theme, different hosting or server?
For the rescan remote storage
The plugin requests the following scopes, as described by Google’s documentation: https://developers.google.com/drive/api/v2/about-auth
drive.file– “Per-file access to files created or opened by the app.”drive.readonly– “Allows read-only access to file metadata and file content.”If you download the UpdraftPlus plugins and go into methods >> googledrive.php and goto line 429, you should be able to see that the drive-wide access (not full access – nothing can be edited, over-written or deleted) for the feature to re-scan storage for backups uploaded by other installs can be removed “if you are happy to lose that capability, you can use the filter below to remove the drive.readonly scope.”
This is a different issue to the one @markussss is experiencing.
The error message distinctly says out of storage quota
For the rescan remote storage, you can unquote a section of code to stop Google Drive being able to see backups from any other sites.
I can provide further instructions if you need them.
It looks like you have issues saving cron jobs for UpdraffPlus: https://snipboard.io/6JAdGK.jpg as well as many other plugins (it’s not limited to UpdraftPlus).
There are a number of potential causes for such issues, e.g. file permissions, low memory limit, or a misconfiguration with the cron settings on your environment,
– Check if your server or hosting provider has limitations or restrictions on cron jobs. If there are restrictions, you may need to adjust your site’s cron schedules or discuss these restrictions with your hosting provider.
– If WordPress doesn’t have sufficient permissions to write to the files and folders it needs to, this type of error could occur as a result. Ensure that WordPress is able to write to the
wp-cron.phpfile and the/wp-content/directory.– Try deactivating all of your WordPress plugins temporarily, then reactivating them one by one. This can help to identify whether perhaps one of your plugins is causing this issue.
– If your PHP memory limit is too low, WordPress may not be able to execute cron jobs effectively. You can try increasing the PHP memory limit in your server configuration (https://woocommerce.com/document/increasing-the-wordpress-memory-limit/)
If after checking the above you are still having issues, I would recommend reaching out to your hosting.
Forum: Plugins
In reply to: [Easy Updates Manager] Kadence Blocks pro does not auto updateThe reason I was asking you to reinstall the plugins was in case the cron job for the block pro plugin wasn’t properly set up (re-enabling it will set it up again). Can you also try wiping your setting in EUM under Advanced >> wipe settings.
Do you then have an older version of the Kadence block pro plugin?
The fact that you can update manually means its not licence related and the fact that other plugins are updated means that your Cron is working ok. Also there is nothing in your logs which means the plugin has not even tried to update the Kandence block pro plugin. It’s possible it could be a plugin conflict but I would expect something in your php error log but the only error you have is unrelated.
At the moment I am not sure why only this one plugin is affected.