使用 Symfony 控制台在后台启动服务器时出现问题
Problem at start the server in the background with Symfony console
我将 Symfony 控制台更新到 v4.12.0。现在,当我通过 symfony server:start -d
使用 Symfony 控制台在后台启动服务器时,此错误显示:
|ERROR| SERVER Impossible to go to the background error="Could not
watch status file: The parameter is incorrect."
我该如何解决这个错误?
问题似乎与 4.12.0 版本有关。降级到 4.11.0 为我解决了这个问题。另见 https://github.com/symfony/cli/issues/188
编辑:v4.12.1 根据上面链接的问题修复了问题。
我将 Symfony 控制台更新到 v4.12.0。现在,当我通过 symfony server:start -d
使用 Symfony 控制台在后台启动服务器时,此错误显示:
|ERROR| SERVER Impossible to go to the background error="Could not watch status file: The parameter is incorrect."
我该如何解决这个错误?
问题似乎与 4.12.0 版本有关。降级到 4.11.0 为我解决了这个问题。另见 https://github.com/symfony/cli/issues/188
编辑:v4.12.1 根据上面链接的问题修复了问题。