Not being able to create site and PHp version is not loading

i need emergency help as i am not being able to load php version or create any site… please help me

please anyone …i need an emergency help


Hi @mehedi1

If you’re on Windows it’s likely that some security, antivirus, or firewall application is blocking Local from making connections. You may need to check around that Local isn’t being blocked anywhere and has the permissions it needs. You can start here:

Are you running other developer applications simultaneously? That could also cause similar issues. Apps like MAMP, XAMPP, or Docker for example.

I’m on mac air m2, i have a same problem on creating my first site. Also i have tried changing my php, but it does not work?

Here is my local logs:
local-logs1.zip (7.8 KB)

Hi @yiting

I believe you’re running into a different issue which is that it looks like you need to install Rosetta. Rosetta 2 is required for Local’s Apple Silicon build due to the Nginx and MySQL Lighting Services compiled on the Intel architecture. We do plan to have a Local release out in the future that will drop this dependency but for now it is necessary.

You can install Rosetta by opening up a terminal window and using this command:

softwareupdate --install-rosetta

Others have found this doc to be helpful:

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