我正在使用Symfony 2.8使用Symfony 3目录结构。最近作曲家安装后,它抱怨
An error occurred when executing the "'cache:clear --no-warmup'" command: Could not open input file: app/console
我查看了更改日志,无法找到有关此更改的任何内容,无论如何都要解决此问题。
答案 0 :(得分:1)
console
内有app
个文件夹吗?
btw尝试php bin/console cache:clear --no-warmup
bin/console
是Symfony 3中的新目录。这可能是同一个问题。
答案 1 :(得分:0)
创建var
目录。
<强>解释强>
供应商/ SENSIO /分配束/作曲/ ScriptHandler.php:462
protected static function useNewDirectoryStructure(array $options)
{
return isset($options['symfony-var-dir']) && is_dir($options['symfony-var-dir']);
}
因此,您需要在symfony-var-dir
的{{1}}中同时拥有composer.json
并且此目录已存在。