zhengyongtao 发表于 2016-9-6 17:07:06

LNMP1.3版本 php.ini注释了open_basedir,对其他文件操作却依旧被拒绝

我用网上lnmp1.3版本的整合包,默认php.ini里file:///

;open_basedir = /data/:/home/wwwroot/

这个注释了,但是我操作非项目目录的时候还是会报

PHP Warning:file_get_contents(): open_basedir restriction in effect. File(/data/glory_cfg/client/clientConfig.json) is not within the allowed path(s): (/home/wwwroot/:/tmp/:/proc/) in /home/wwwroot/release/client/getClientCfg.php on line 11


file:///,有谁遇到过这个问题吗,算是lnmp1.3的bug么?

licess 发表于 2016-9-7 09:34:36

错误提示里显示没生效,清空.user.ini ,重启一下php-fpm
页: [1]
查看完整版本: LNMP1.3版本 php.ini注释了open_basedir,对其他文件操作却依旧被拒绝