刚刚将laravel移到了我的直播网站并立即发现了错误。
错误是:
Warning: require(/var/sites/b/beta.buildsanctuary.com/public_html/local/bootstrap/../vendor/autoload.php): failed to open stream: No such file or directory in /var/sites/b/beta.buildsanctuary.com/public_html/local/bootstrap/autoload.php on line 17
Fatal error: require(): Failed opening required '/var/sites/b/beta.buildsanctuary.com/public_html/local/bootstrap/../vendor/autoload.php' (include_path='.:/usr/local/lib/php') in /var/sites/b/beta.buildsanctuary.com/public_html/local/bootstrap/autoload.php on line 17
我不确定导致问题的原因是,它是否在public_html文件夹中查找文件?什么时候应该只是查看子域/子域本身?
如果是这样的话......那么我该如何解决这个问题呢?如果我更改第17行,它会更改需求位置,但不会更改其查找文件的位置(bla中没有此类文件或导演..)
有问题的第17行是:
require __DIR__.'/../vendor/autoload.php';