open_basedir() restrictijon in effect. FIle()
宝塔里 Laravel 或 thinkphp 框架报 Warning: require (): open_basedir () restrictijon in effect. FIle () 错误
open_basedir 是 PHP 限制访问文件夹的配置参数,宝塔里自动配置了.user.ini,但是目录限制到了 public,我们需要将其改到项目根目录
打开 项目根目录 /public/.user.ini 文件open_basedir=/www/wwwroot/zmxyphp/public/:/tmp/:/proc/
把 public 删除
open_basedir=/www/wwwroot/zmxyphp/:/tmp/:/proc/
重启 PHP,OK!
本作品采用《CC 协议》,转载必须注明作者和本文链接
推荐文章: