• Resolved andy264

    (@andy264)


    Hi,

    i have downloaded your plugin and used it countless times with success. However when i tried uploading today it gets stuck at different percentages. It varies around 60-80 percent. I have tried different backups and I have also tried increasing all upload / size etc. limit on the servers. It is still not working.

    I have also tried uninstalling the plugin and installing it again.

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)
    Thread Starter andy264

    (@andy264)

    Please read my post before answering. I clearly said i had done this. I saw you sent the exact same answer to someone else today. I would appreciate it if you could read my question before answering. Thank you.

    Plugin Author Yani

    (@yaniiliev)

    Please read my post before answering. I clearly said i had done this. I saw you sent the exact same answer to someone else today. I would appreciate it if you could read my question before answering. Thank you.

    I am sorry that it was not clear initially but, yes, I did read your question. The reply is standard because it is about the same issue.
    You are trying to fix a complicated issue by yourself. It is hard.
    My advice is to try the easier solutions listed in the guide that I have shared with you above.

    • This reply was modified 3 years, 2 months ago by Yani.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Uploads stuck’ is closed to new replies.