【发布时间】:2012-11-05 08:43:40
【问题描述】:
我希望我的措辞正确,但我正在尝试将供应商安装到我刚刚从 SVN 下载的 symfony2 项目中,但我一直收到此错误,
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot import resource "parameters.ini" from "/Users/john/Sites/trunk/awesome/app/zone/config/../../config/config.yml".
[InvalidArgumentException]
The file "parameters.ini" does not exist (in: /Users/john/Sites/trunk/awesome/app/zone/config/../../config, ).
Script Sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occurred when executing the "'cache:clear --no-warmup'" command.
显然它似乎在寻找错误的目录,但我不确定哪个文件指向这些文件。
另外,我对 Symfony 还很陌生,所以我不确定从哪里着手解决问题...
【问题讨论】:
标签: php symfony composer-php