克隆了我用来开发和安装成功的Symfony 2.7项目,当我现在运行时
comopser install
我收到以下错误:
PHP堆栈跟踪:
PHP 1. {main}()/ opt / lampp / htdocs / IAG / vendor / sensio / distribution- bundle / Sensio / Bundle / DistributionBundle / Resources / bin / build_bootstrap.php:0
PHP 2. require_once()/ opt / lampp / htdocs / IAG / vendor / sensio / distribution-bundle / Sensio / Bundle / DistributionBundle / Resources / bin / build_bootstrap.php:56
PHP致命错误:require_once():无法打开所需' / opt / lampp / htdocs / IAG / app /../ vendor / Zend / Loader / Autoloader.php' / opt / lampp / htdocs /中的(include_path =' / opt / lampp / htdocs / IAG / app /../ vendor:。:/ usr / share / php:/ usr / share / pear')第14行的IAG / app / autoload.php
PHP堆栈跟踪:
PHP 1. {main}()/opt/lampp/htdocs/IAG/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php:0
PHP 2. require_once()/opt/lampp/htdocs/IAG/vendor/sensio/distribution-bundle/Sensio/Bundle/DistributionBundle/Resources/bin/build_bootstrap.php:56
脚本Sensio \ Bundle \ DistributionBundle \ Composer \ ScriptHandler :: buildBootstrap处理post-install-cmd事件因异常而终止 [RuntimeException的]
生成引导文件时发生错误。
我不知道出了什么问题