Plugin Author
Yani
(@yaniiliev)
This can be due to several factors, including server timeouts, PHP configuration limits, or even browser issues. Here are some steps you can take to troubleshoot and potentially resolve the problem:
1. Increase PHP Limits: It’s crucial to ensure that your server’s PHP settings can handle long processes and large file sizes. You might want to check and increase the values for max_execution_time, memory_limit, and post_max_size in your php.ini file. Remember to restart your server after making these changes.
2. Clear Browser Cache: Sometimes, browser issues can interfere with the upload process. Try clearing your browser cache or using a different browser to see if this resolves the issue.
3. Server Resources: Check your server resource usage during the import process. If your server is running out of resources (CPU, RAM), it might cause the process to stall.
4. Error Logs: Check both your PHP and server error logs for any messages that might indicate what is causing the process to hang. These logs can provide valuable insights into server-side issues.
5. Consider the Unlimited Extension: If you frequently face such issues, the Unlimited Extension from ServMask can help. This extension improves the handling of large imports by removing server limitations related to upload sizes and execution times, providing a smoother migration experience.
If the problem persists after trying these steps, I recommend reaching out for further assistance from your hosting provider or a professional developer.