• Resolved snoody85

    (@snoody85)


    Hi,
    I try to import a wpress file but import block imediatly at 0.05% and don’t load.
    Is someone have a solution ?
    thanks ??

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:

    • This reply was modified 4 years ago by Yani.
    Thread Starter snoody85

    (@snoody85)

    Thanks for your answer ??

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