服务器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
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
2024-02-29
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0