【发布时间】:2013-02-15 10:51:11
【问题描述】:
我试图安装 symfony-cmf-standard 使用:
composer.phar create-project symfony-cmf/standard-edition symfony-cmf-standard/ --stability=dev
但我收到以下错误:
Could not open input file: app/console
Script sensio\Bundle\DistributionBundle\Composer\ScriptHandler::clearCache handling the post-install-cmd event terminated with an exception
[RuntimeException]
An error occured when executing the cache:clear --no-warmup
我以管理员身份运行该命令,所以它不应该是权限问题。
【问题讨论】:
-
如果你用同一个用户在命令
php app/console cache:clear --no-warmup中运行呢? -
然后由于上述错误导致安装不完整而出现其他一些错误
标签: php symfony symfony-cmf