• Resolved tecombs

    (@tecombs)


    I am attempting to restore a site that is currently down using All in One Basic.

    I have increased the upload limit to 350MBs in the .htaccess file in the root file just under the wp-includes folder. This has always worked in the past.

    I am bamboozled about why it won’t upload, more so WHY it stops.

    I would GREATLY appreciate any help someone is willing to provide.

    TIA,

    TE Combs

    The page I need help with: [log in to see the link]

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.