开启日志显示:
Warning: require(): open_basedir restriction in effect. File(/xxxx/bootstrap/autoload.php) is not within the allowed path(s): (/xxxx/public/:/tmp/:/proc/) in /xxxx/public/index.php on line 22
Warning: require(/xxxx/bootstrap/autoload.php): failed to open stream: Operation not permitted in /xxxx/public/index.php on line 22
Fatal error: require(): Failed opening required ‘/xxxx/public/../bootstrap/autoload.php’ (include_path=’.:/usr/local/php/lib/php’) in /xxxx/public/index.php on line 22
修改项目public/.user.ini open_basedir
chattr -i ./user.ini 修改为上一级目录,重启无效
查找conf/fastcgi.conf,最后一句
fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";注释掉,重启就可以了。