Is it importing or uploading?
Yeah….still uploading… I’m waiting….
How large is the file that you are trying to import?
Try with the following settings
php_value upload_max_filesize 200M
php_value post_max_size 200M
php_value memory_limit 300M
php_value max_execution_time 600
php_value max_input_time 600
1. Update .htaccess file
php_value upload_max_filesize 512M
php_value post_max_size 512M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300
2. Update wp-config.php file
@ini_set( ‘upload_max_size’ , ‘512M’ );
@ini_set( ‘post_max_size’, ‘512M’);
@ini_set( ‘memory_limit’, ‘256M’ );
IS there any problems?
Use the settings I wrote above
Also still uploading… I’m waiting….
I am out of suggestions, perhaps try to enable WP_DEBUG and WP_DEBUG_LOG and examine if you get any errors. https://codex.wordpress.org/Debugging_in_WordPress
The plugin is not restoring 100% infinity
Plugin version 6.79
downgrade version 6.78
link download ?
Last night, I worked with 2 users having this issue.
It was determined to be a problem with their internet.
I will advise you to try importing with a stable and fast internet connection.
I had the same problem with the upload, I have used this plug in for a long time now with no issues. That is until this last update. I contacted ServMask using the help from the back end of my site.
My problem was solved within 12 hours.
Here is the solution that was given to me that worked.
Could you download the File Extension from this page: https://import.wp-migration.com.
Here is what I think happens, this added extension chucks up the file upload so there is no stalls. I think we are experiencing stalls with uploading the file.
I suggest installing this extension – it is made by the same people and worked for me.
I wish you luck. I have found that the developers of this plugin have been GREAT to me.