• Resolved sirgeordie

    (@sirgeordie)


    Exporting a website from Local (the software by Flywheel) and importing it to my server isn’t working. I’ve used the plugin a lot when going from server to server, but never from a local installation (my host is supported).

    The upload is sticking at 100%. I’ve checked out the forum and set max_execution_time to 0. I can’t see any issues with the PHP. I am getting the below error in the console:

    import.min.js?v=7.45&ver=5.8:1131 Uncaught Error: error
        at Object.error (import.min.js?v=7.45&ver=5.8:1131)
        at c (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.8:2)
        at Object.fireWith [as rejectWith] (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.8:2)
        at l (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.8:2)
        at XMLHttpRequest.<anonymous> (load-scripts.php?c=1&load[chunk_0]=jquery-core,jquery-migrate,utils&ver=5.8:2)

    Any suggestions how I can fix this?

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

    (@yaniiliev)

    Please read these 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)

    I too am having this issue have been using your plugin and unlimited extension for years, it appears the issue is related to the very latest WP version that has been released.

    I have tested on older installs and works fine but not brand new installs

    Thread Starter sirgeordie

    (@sirgeordie)

    Thanks for the update! I followed the instructions in the message from Yani (I’d seen and done it earlier anyway) and still no luck.

    That makes sense, as I’ve used the plugin for years too without issue. This is the first time I’ve migrated from a local install to a server, however, which is why I was wondering if that was the issue.

    Hopefully we’ll get an update.

    Plugin Author Yani

    (@yaniiliev)

    @midlandsonlinemedia Please reach over to our support team.

    @sirgeordie your issue is from the limits that I posted above. If you are not sure what limit it is, ask your hosting provider for error logs or ask them directly for the limit that you are encountering while uploading a file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Upload sticking at 100%’ is closed to new replies.