smartweb 发表于 2022-1-22 12:53:26

Warning: realpath(): open_basedir restriction in effect

用codeigniter4,域名根目录指向public,程序无法运行显示
Warning: realpath(): open_basedir restriction in effect




1:到域名下改user.ini为
open_basedir=/home/wwwroot/domain.com/:/tmp/:/proc/


2:再将nginx的fastcgi.conf
注析掉
#fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/";


这两步后,ci4能运行了,但不知道有没有更简便的方法,再问这样有没有安全问题。










licess 发表于 2022-1-23 10:37:39

这样也可以
页: [1]
查看完整版本: Warning: realpath(): open_basedir restriction in effect