当我运行true
时,它会返回public ActionResult myMethod(string reference, long quantity, ControllerContext context)
{
wsResponse = callWS(reference, quantity);
if (GenericUtils.isError(wsResponse))
{
return new HttpStatusCodeResult(HttpStatusCode.BadRequest, "Something failed");
}
else
{
return Json(response);
}
}
。
我发现answer在服务器选项中取消选中“在部署后重新启动FPM ”。但我无法在任何地方找到服务器选项。我不确定是否有同样的问题。
答案 0 :(得分:1)
如果你有错误php5-fpm: unrecognised service
通常是因为你有几个宅基地(为了检查它运行vagrant box list
)(最新的盒子里面使用php7-fpm)。
有两种方法可以解决这个问题:
或强>
laravel/homestead
中的composer.json
依赖项,并使用新版本的宅基地。