Plugin Author
Yani
(@yaniiliev)
The upload is controlled by your server configuration, not the plugin. The plugin displays the upload limit as it is presented by your PHP settings.
If you get stuck at 100% while uploading, then this means that the PHP configuration is unable to complete the upload. When a file is uploaded with PHP, it is being stored in a temporary location. This temporary location is defined in php.ini. Once the file is put at that location, the plugin moves it to wp-content/plugins/all-in-one-wp-migration/storage folder. When this move happens, your server needs to have enough disk space, enough memory, and enough time to execute the process.
These settings in PHP are controlled by:
memory_limit – set this to a value > than your backup
max_execution_time – set this to 0 (infinite)
However, there are also security settings like SELinux that can break the upload. Some storages also come with max file restriction meaning that if the file is larger than a specific size, it will fail to upload.
Now, how to fix this?
The easiest way to figure out the problem is to request error logs from your hosting provider for your website, then examine them around the time when you tried to upload the file.
You will see what limit you have encountered and increasing it will solve the issue.
You can also check wp-content/plugins/all-in-one-wp-migration/storage/error.log file for any errors that the plugin was able to log.
To clarify, your question is not about a premium plugin, however, there are other tickets that talk about a premium plugin and they are not supported on these forums. These requests are not the same as your question and you are mistakenly thinking that they talk about the same issue when they are not.
Thanks for your reply. I find it hard to believe this is an issue with my hosting environment when this plugin worked perfectly well for several years on the same hosting and now is having issues all of a sudden after a major WordPress update. Nothing has changed on my hosting from before when this always worked flawlessly. Unless the plugin has changed and requires more resources or uses a different method to apply an import now which could mean it could require more modifications to the hosting, but I am in charge of all of that and haven’t changed anything. However, I will check the logs to see if it pinpoints anything, but I have got a feeling it won’t be much help as I have literally tried and checked everything a few times before when this happened.
If I get any joy, I will reply to this thread.
Plugin Author
Yani
(@yaniiliev)
You can find the changelog of what has changed in the plugin with every version here: https://ww.wp.xz.cn/plugins/all-in-one-wp-migration/#developers
You can compare different backups using Traktor: https://traktor.servmask.com
Maybe the contents of the backups has changed or there is a large log file, cache etc added.
In terms of resources, we haven’t changed anything that will require more resources. We only added new features like support for custom plugins/themes directory.
Hello,
I’m having the same problem. Tried on several servers and all get stuck at 100%.
Can’t find any error log file at wp-content/plugins/all-in-one-wp-migration/storage/error.log
Where else can I look to have some hint of what is going on?
Thanks,
Pedro