• Resolved mweducator

    (@mweducator)


    Hi, I am trying to recover my website but this updated version is not working. Importing is stucked in between somewhere, most of the times at 100%. Older version was working perfectly but this updated version has bugs.. Please fix this asap.

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)

    Hello Yani,

    I have the same issue with All in One Migration.

    I tried to restore the file in my MacBook Pro LocalWP Dev site. I stucked at 96% with 18072 files to restore.

    Here is my setup for the PHP settings file at localsite/conf/php/php.ini.hbs

    
    max_execution_time = 0
    max_input_time = 6000
    max_input_vars = 40000
    memory_limit = 10000M
    post_max_size = 10000M
    max_file_uploads = 1000000
    output_buffering = 4096
    

    What should I do to solve these pleaes?

    Note: I have the Pro Plugin with Unlimited file size upload/download.
    Cheers,
    Quang

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import is stucked in between Dec 2021 Updated Version not working’ is closed to new replies.