• Resolved mdyousufcse

    (@mdyousufcse)


    Hello,

    I am trying to upload the backup file from yesterday. Every time in 50% to 60% it stops uploading. What’s the problem is? And how to fix it?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 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)
    Thread Starter mdyousufcse

    (@mdyousufcse)

    Yani Iliev,

    I understand. I already set up these values. I don’t know your requirement. I am showing you my configuration below; please check it out and tell me if it has the correct values or not.

    Click here to see screenshot 01
    Click here to see screenshot 02

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Uploading time in 55% stop uploading’ is closed to new replies.