duancao2082 2017-03-16 01:30
浏览 85

在stderr中发送的Nginx错误10840 FastCGI:“PHP消息:PHP致命错误:从上游读取响应头时,客户端:

I am trying to setup nginxe and PHP on my VPS. I have nginxe installed, but now I have an error that is preventing PHP from working.

The error is:

*10840 FastCGI sent in stderr: "PHP message: PHP Fatal error: Call to undefined method IPS\Request::confirmedDelete() in /var/www/html/applications/feedback/modules/front/feedback/listing.php on line 116" while reading response header from upstream, client: 162.158.92.186, server: _, request: "GET

What causes this error, and how do I fix?

Here is my configuration:

server {
listen 80 default_server;
listen [::]:80 default_server;
listen       443 default ssl;

root /var/www/html;
index index.php index.html index.htm index.nginx-debian.html;

server_name *********:443 ;

location / {
    try_files $uri $uri/ =404;
}

location ~ \.php$ {
    include snippets/fastcgi-php.conf;
    fastcgi_pass unix:/var/run/php5-fpm.sock;
}

location ~ /\.ht {
    deny all;
}

fastcgi_buffers 16 16k; 
fastcgi_buffer_size 32k;
fastcgi_param HTTPS $https;


error_page 404 /404s.html;
location = /404s.html {
root /usr/share/nginx/html;
     internal;
}
  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何用python向钉钉机器人发送可以放大的图片?
    • ¥15 vue3加ant-design-vue无法渲染出页面
    • ¥15 matlab(相关搜索:紧聚焦)
    • ¥15 基于51单片机的厨房煤气泄露检测报警系统设计
    • ¥15 路易威登官网 里边的参数逆向
    • ¥15 Arduino无法同时连接多个hx711模块,如何解决?
    • ¥50 需求一个up主付费课程
    • ¥20 模型在y分布之外的数据上预测能力不好如何解决
    • ¥15 processing提取音乐节奏
    • ¥15 gg加速器加速游戏时,提示不是x86架构