Nick-B
March 14, 2024, 4:40pm
4
I’m searching the forums here and see some others who have run into the same error. One of our Devs provided some additional information and troubleshooting steps here:
Hi @coreyallen !
Looks like those PHP issues are due to using the system PHP instead of the PHP binaries we ship with Local. When you open a Site Shell from Local, we modify the $PATH variable to add our binaries. Normally I’d ask you to check your shell configuration (.bashrc or .zshrc) to make sure you’re not overriding our config, but I’m not seeing our binaries in your $PATH at all.
Can you confirm the output you’re seeing when you open a site shell via the “Open site shell” button? It shou…