nginx 开启错误提示 php-fpm tp5 thinkphp5 解决 php 报错 open_basedir restriction in effect 部署LNMP环境 放thinkphp框架
摘要:
open_basedir 将 PHP 所能打开的文件限制在指定的目录树,包括文件本身 错误日志显示,访问脚本不在 open_basedir的限定目录里面,配置open_basedir 一般会在php.ini 或 nginx 配置文件里面 首先检测php.ini 我发现并没有配置 open_based 阅读全文
摘要:
grep -rn str ./ 阅读全文
摘要:
<?php namespace 前面不能有语句 阅读全文
摘要:
编辑php.ini开启错误提示 display_errors = On 编辑php-fpm.conf文件 在最后添加 php_flag[display_errors] = on 重启php-fpm /etc/init.d/php-fpm restart 重启nginx nginx -s reload 阅读全文