You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has always been handy for me to configure the server:run command as a run configuration in PhpStorm. This way, I can launch the webserver with a single click and relaunch or stop it from within the IDE.
After upgrading to Symfony 3.2, this run configuration has stopped working. When launching it, it stops immediately the following error message:
[Symfony\Component\Debug\Exception\ContextErrorException]
Warning: proc_open(/dev/tty): failed to open stream: Device not configured
Running the command in a normal shell still works, though.