报如下错误:SymfonyComponentDebugExceptionFatalThrowableError:ReturnvalueofSymfonyComponentProcessProcess::close()mustbeofthetypeinteger,nullreturned解决方法:1.修改PHP配置文件php.ini,找到disable_functions字段,删除proc_get_status。(如果还有其他错误,也可以删除proc_open和reallink函数)2.重启php-fpm(nginx环境)。
