vupdraft
Forum Replies Created
-
In your logs, do you see the update: https://snipboard.io/zVK84s.jpg
If not then it has not been done by EUM and it would be worth checking with your hosting.
Forum: Plugins
In reply to: [UpdraftCentral Dashboard] Compatible Plugins UD Optimize & NitroPakI think you may have wanted the WordPress Optimize forum .
If you are using the two plugins, please make sure that you only use one of them for each function, e.g if you are caching with WPO, do not also use NitroPack for caching as well. Similarly if using minify in NitroPack, do not also activate it in WPO. Activating duplicate functionality will cause conflicts.
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates Not WorkingFor some reason (I wouldn’t be able to tell you why for you site), your site scheduler is not working.
Your site site scheduler is responsible for all kind of tasks, like running backups, scheduled posts and updates.
That line that I gave you to add to your wp-config activates that alternate scheduler.
Can you try adding the code below to your .htaccess and then updating WPO. Can you then check if the ads from ezoic are showing (it won’t help with any ads that originate from any other server.
What this does is allow content from your the ezoic web server
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "https://direct.adsrvr.org/bid/bidder/ezoic"
</IfModule>If the issue with external links, this seems like it might be CORS related.
When the adds don’t show what error code do you get in the JS console?
For screenshot 2, what is it not doing (when the plugin is updated) that it is supposed to do?
Is it fair to say that the issue is with just animation/videos?
I am trying to find what the bits that don’t work have in common.
Have you got BuddyPress or Beaver builder installed, we often find them outputting whitespace?
Looking at your classes, it looks like this might be an example of the media you are having problems with: https://snipboard.io/WkCDmt.jpg
Which is retrieved from: blob:https://infos-grancanaria.com/ec066b44-56d2-4517-aad0-d4cbf4c021b5
is that correct? If not, can you point me to the images that are not shown when you update?
Can you try upgrading WPO and then taking screenshots of all errors/warnings in the JS console?
You can then reactivate.
Hi,
I am using the plugin with php version 8.1.3 and 8.3 and I do not experience any issues. The plugin has also been tested for compatibility up to latest php version so the php version is not the issue.
The issue is most likely to be one of your plugins, can you deactivate your other plugins and see if the issues persists, if it does not can you reactivate them one by one until you find the offending one.
If this does not narrow down the issue, please do the same with your themes.
Forum: Plugins
In reply to: [Easy Updates Manager] Automatic Updates Not WorkingThank you for this. It looks like your site scheduler is not working.
Can you try adding the following to your wp-config.php;
define(‘ALTERNATE_WP_CRON’, true);
Have they said this?
Have you checked your file permissions as this can cause this issue: https://www.malcare.com/blog/wordpress-file-permissions/
HI, just go to this URL: https://pastebin.com/
Paste the contents of your php error log (you can do a search and replace to remove your site name if you like)
Then press “create new paste”
Finally copy the URL from the address bar and paste it here.
As long as WP knows where you uploads directory is, you should be able to do this, the code base uses the following to get the path:
$uploads = wp_get_upload_dir();
Apologies for the delay, what php version are you using ?
Are your plugins/themes/code up to date, I am getting a lot of errors and warnings in the JS console
https://snipboard.io/snMEa7.jpg
https://snipboard.io/QxiDmE.jpg
In the update, we will have dealt with any deprecations but it does not look like your site has updated to deal with any deprecations so I would recommend dealing with these first and then trying to update WPO.
What WP and php version are you using?
WPO should be able to remove the data. However, as the plugin is designed for optimisation and not the removal of specific plugin date, we cannot guarantee it will all be gone.
To remove all Yoast data, I have found this guide: https://yoast.com/help/how-can-i-uninstall-my-plugin/#database
My advice would be to do a backup and then try using the tools in the Database tab.