返回顶部
首页 > 资讯 > 后端开发 > PHP编程 >FastCGI sent in stderr: "PHP message: PHP Fatal error
  • 527
分享到

FastCGI sent in stderr: "PHP message: PHP Fatal error

php开发语言linuxPoweredby金山文档 2023-08-31 11:08:13 527人浏览 八月长安
摘要

服务器PHP7.2卸载安装7.4之后,打开网站一直无法访问,查看Nginx错误日志发现一直报这个错误: 2023/02/23 11:12:55 [error] 4735#0: *21 FastCGI sent in stderr: "ph

服务器PHP7.2卸载安装7.4之后,打开网站一直无法访问,查看Nginx错误日志发现一直报这个错误:

2023/02/23 11:12:55 [error] 4735#0: *21 FastCGI sent in stderr: "php message: PHP Fatal error: Uncaught ReflectionException: Class translator does not exist in /www/wwwroot/dev_admin/vendor/laravel/framework/src/Illuminate/Container/Container.php:779

排查怀疑是vendor问题,于是执行 composer install结果报错如下

原来是缺少fileinfo扩展

解决方案:安装fileinfo扩展

再执行composer install 报错如下

php.ini文件里面的,proc_open删除

再执行composer install 报错如下

表示 php 中,函数 proc_open 禁用了,需要在 php.ini 禁用函数 disable_functions 中删除这个函数,将php.ini文件里面的putenv删除

再执行composer install

执行完毕,再访问网站ok了

来源地址:https://blog.csdn.net/stand_forever/article/details/129184496

--结束END--

本文标题: FastCGI sent in stderr: "PHP message: PHP Fatal error

本文链接: https://lsjlt.com/news/385527.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作