1.打开报错系统
error_reporting = E_ALL | E_STRICT
display_errors = on
修改完Nginx配置文件后往往需要重启Nginx和php-fpm
systemctl restart php-fpm
systemctl restart nginx.service
1.打开报错系统
error_reporting = E_ALL | E_STRICT
display_errors = on
修改完Nginx配置文件后往往需要重启Nginx和php-fpm
systemctl restart php-fpm
systemctl restart nginx.service