• Resolved Ledi meo

    (@ledi-meo)


    Hello, I have free All-in-One WP Migration v. 7.39 on a fresh WordPress v. 5.7 installation.
    I cannot import a 285MB backup file, it stops at 18%

    I’ve already set php.ini as follows:
    max_execution_time 500
    max_input_time 500
    memory_limit 512M
    post_max_size 512M
    upload_max_filesize 512M

    Can you help me?

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

    (@yaniiliev)

    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)

    Also, please read these two guides:

    Thread Starter Ledi meo

    (@ledi-meo)

    Hi Yani, thanks for your quick reply.
    Unfortunately, as I wrote, I’ve already set those parameters as above specified and already read those two guides.
    If it can help, the error.log file stored in /public_html/wp-content/plugins/all-in-one-wp-migration/storage/error.log reports this message:
    {“type”:32,”message”:”Module ‘sqlite3’ already loaded”,”file”:”Unknown”,”line”:0}
    Any new advice?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import stops at 18%’ is closed to new replies.