kovinet
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Media Offloader] Bulk Offload stucked@masoudin great!
BTW, when I tried to offload existing media the process got constantly stuck. So I deleted manually from options table to continue the process. But later I realised that content from Elementor pages did not get updated properly, so now I have broken images and broken links to pdf files on the site.
I tried to solve this by creating redirect from /wp-content/upload/2025/02/file.pdf to https://bucket.s3.eu-central-1.amazonaws.com/2025/02/file.pdf but this also doesn’t work, since I noticed that path on bucket contains extra folder after /YEAR/MONTH/ with random numbers.
Is there any solution for this, or I have to manually fix all the links now?
Forum: Plugins
In reply to: [Advanced Media Offloader] Bulk Offload stuckedSorry for spamming. I have found out that you have to delete advmo_bulk_offload_data option from db to be able to restart Bulk Offload. But it my case it gets stuck again after like 20%.
Seems like Bulk offload is quite buggy still. I wonder if I could hook wp cli to run this…
Forum: Plugins
In reply to: [Advanced Media Offloader] Bulk Offload stuckedI have found that advmo_bulk_offload_cancelled is in options table in db. I have tried setting it to 0 (option_value column) but it didn’t help. Then I deleted it completely but it is still stuck.
Forum: Plugins
In reply to: [Advanced Media Offloader] Bulk Offload stuckedI have the same issue. Stuck at cancelling. Can’t find where this flag is set so I could manually remove it to restart the process. Did you find out?
Btw @ayrancd , you have to enter the complete URL to ADVMO_AWS_DOMAIN like:define('ADVMO_AWS_DOMAIN', 'https://bucket-name.s3.eu-central-1.amazonaws.com');
