Php enoent error when local install wordpress

Issue Summary

One or two sentence summary of the issue.

Troubleshooting Questions

  • Does this happen for all sites in Local, or just one in particular?
    this happens for every website I create
  • Are you able to create a new, plain WordPress site in Local and access it in a Browser?
    no

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!

System Details

  • Which version of Local is being used?
    the latest one 6.1.8
  • What Operating System (OS) and OS version is being used?
    • For example: macOS Catalina or Windows 10 Professional
      Ubuntu
  • Attach the Local Log. See this Community Forum post for instructions on how to do so:

Security Reminder

Local does a pretty good job of scrubbing private info from the logs and the errors it produces, however there’s always the possibility that something private can come through. Because these are public forums, always review the screenshots you are sharing to make sure there isn’t private info like passwords being displayed.

local-lightning.log (227.5 KB)

Hey @Allen – Welcome to the forums!

Looking at the Local log, I’m seeing a line early on that looks like this:

{"thread":"main","class":"DownloaderQueue","errno":-28,"code":"ENOSPC","syscall":"write","level":"warn","stack":"Error: ENOSPC: no space left on device, write","message":"ENOSPC: no space left on device, write","timestamp":"2021-10-11T07:52:24.861Z"}

Note the part that says ENOSPC: no space left on device

I think what might have happened was that there wasn’t enough disk space for Local to download the PHP Lightning Service it needed to and so now, no other sites that are created using that version of PHP will work.

Can you try freeing up some space and then re-installing Local to see if that fixes things?

Because Local has a few different parts, you might need to remove the configuration folder as well. This help doc goes into more detail about uninstalling the various parts of Local:

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