出现错误

Warning: require(): open_basedir restriction in effect. File(/xxxx/vendor/autoload.php) is not within the allowed path(s): (/xxxx/public/:/tmp/:/proc/) in /xxxx/public/index.php on line 24

Warning: require(/xxxx/vendor/autoload.php): failed to open stream: Operation not permitted in /xxxx/public/index.php on line 24

Fatal error: require(): Failed opening required '/xxxx/public/../vendor/autoload.php' (include_path='.:/xxx/php') in /xxxx/public/index.php on line 24

解决:

参考 https://lnmp.org/faq/lnmp-vhost-add-howto.html#user.ini

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-10
  • 2021-12-30
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-06-07
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2021-07-07
  • 2021-05-14
相关资源
相似解决方案