言い方が正しいといいのですが、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 を初めて使用するので、問題の修正をどこから始めればよいかわかりません...