• Resolved stef2022

    (@stef2022)


    Hi there, I’ve just installed a local WordPress with MAMP and downloaded the all-in-one plugin.
    The max import file size is just 8M.
    When I did the same with Local by flywheel it was 300M.
    The site I need to import is 258M.
    What causes the 8M max allowed size?
    Thanks
    Stef

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • That would most likely be you php.ini file.
    You should change the file in /Applications/MAMP/bin/php/phpx.x.xx/conf/php.ini

    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 ‘Max size upload’ is closed to new replies.