Following the WordPress rules, this forum is for the free version only.
Please open a ticket on https://www.fredericgilles.net/support/
Thanks. I just sent. Do you know if the answer is today;
It was the same in the free version. You can reply me what to do in this case;
If I had the free version you would advise me to do;
You have received an answer by email. Here is a copy of this answer:
It can be due to a timeout or to a memory full on your WordPress server.
You can add: define(‘WP_MEMORY_LIMIT’, ‘512M’); in your wp-config.php file to increase the memory allowed by WordPress
Here are the recommended settings for the php.ini file during the migration:
max_execution_time = 4000
post_max_size = 2000M
upload_max_filesize = 6000M
memory_limit = 1G
max_input_time = 1500
See the increase memory limit procedure.
If you are on a shared host, you can’t modify the php.ini file. Another solution is to install WordPress on your local computer and run the import in local. In this case, you won’t have the limitations of the shared host. Here is the procedure: https://www.fredericgilles.net/support/kb/faq.php?id=30
In any case, if you click again on the import button, it will resume the import where it left off.
Don’t hesitate to contact us again if you still have got a problem.
I do the settings you provided me, I do the server restarting to be sure that accepted but did not change anything. when I pressed the start/resume the import button only 30 articles were transferred again.