• Resolved joker131101

    (@joker131101)


    when I import my web, the upload stucks at 20,86% since 4hours. I started again three times but it’s the same thing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Yani

    (@yaniiliev)

    Please read this guide: How to Increase Maximum Upload File Size in WordPress

    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.

    The settings in PHP that you likely need to adjust are:

    • upload_max_filesize – set this to a value > than your backup
    • post_max_size – set this to a value > than your backup
    • memory_limit – set this to a value > than your backup
    • max_execution_time – set this to 0 (infinite)

    Im having a similar issue (albeit at 17%). I have ensured all the PHP settings are adjusted as above however it continues to stall. Both the AIO and Unlimited file extension are updated to the newest version. Running most recent version of WP as well.

    Thanks

    Plugin Author Yani

    (@yaniiliev)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uploading of import stucks at 20,86%’ is closed to new replies.