Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    It sounds like you’re encountering a timeout or resource limit issue during the import process. Here are some steps you can take to troubleshoot and resolve the issue:

    1. Modify your php.ini file to increase the following limits:

    max_execution_time = 600
    memory_limit = 1024M
    post_max_size = 700M
    upload_max_filesize = 700M

    2. Ensure that your Apache server has sufficient resources. You can modify the httpd.conf file to increase the Timeout directive:
    Timeout 600

    3. Sometimes clearing your browser cache or using a different browser can help resolve issues.

    4. Temporarily disable other plugins to see if there’s a conflict causing the issue.

    5. Make sure XAMPP is allocated enough resources. You can adjust the memory allocation for XAMPP by modifying the xampp\php\php.ini file and increasing the memory limit as mentioned above.

    6. Review the error logs in XAMPP to get more details about the 500 Internal Server Error. This can provide more insight into what might be causing the issue.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.