• Resolved tashword

    (@tashword)


    Hi,

    I have used AIOWPM to export my site and have the plugin in the new WO instal. But when I try to import the file, it just sits at 0% and doesn’t seem to do anything at all.

    I’ve checked and there is plenty of memory and disk space available, and it’s the same host so I’m pretty sure php is the same (8) for both locations.

    Any ideas on how I can make it actually import the files?

    Tash

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter tashword

    (@tashword)

    I di d a fresh export and tried again. After along time at 0%, it finally came up with ‘unable to import’.

    Any ideas why or how I can fix this please?

    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)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘import doesn’t progress past 0%’ is closed to new replies.