LXY3800 发表于 2019-1-27 09:24:42

Warning: require() open_basedir restriction in effect. 类似问题解决方法

  在lnmp架构中,由于安装一些php加速插件导致网站迁移出的问题:
  报错:Warning: require() open_basedir restriction in effect.File(/home/wwwroot/default/phpmyadmin/index.php) is not within the allowedpath(s):
  

  解决方法:先注释掉php.ini中有关open_basedir的内容,重启php-fpm即可。



页: [1]
查看完整版本: Warning: require() open_basedir restriction in effect. 类似问题解决方法