• Resolved tecombs

    (@tecombs)


    I’ve been using All In One for years and never had a problem. Until now.

    I’m trying to reload a site using this plugin, but the process stops completely after 6.7%.

    I’ve tried using earlier versions with the same result.

    I’ve tried using FTP to import my backup and reinstall using the backup aspect, but the plugin says RESTORE is a paid feature.

    I can’t afford to pay and am hoping the community has found a workaround.

    TIA, Dave

Viewing 1 replies (of 1 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:

Viewing 1 replies (of 1 total)
  • The topic ‘All in one stops import procedure’ is closed to new replies.