How to increase max upload filesize

Issue Summary

So I implemented this, which I found in a previous thread
I figured it out! Posting it here in case it helps someone else.

Navigate to the conf / php / php.ini.hbs

update lines to the value you need:
post_max_size = 1000M
upload_max_filesize = 1000M

I also upped the “memory_limit” to 512M

This got me closer to where I need to be than anything else I’ve tried. Only problem is, I get stuck here. https://snipboard.io/CUkh5m.jpg
One or two sentence summary of the issue.

Troubleshooting Questions

  • Does this happen for all sites in Local, or just one in particular?
    just one

  • Are you able to create a new, plain WordPress site in Local and access it in a Browser?
    yes

Replication

Describe the steps that others can take to replicate this issue. If you have screenshots that can help clarify what is happening, please include them!
Same thing happens. import and I run into this freeze screen

System Details

  • Which version of Local is being used?
    5.9.8+5191

  • What Operating System (OS) and OS version is being used?

    • For example: macOS Catalina or Windows 10 Professional
      Catalina
  • Attach the Local Log. See this Community Forum post for instructions on how to do so:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.