无法打开文件app / console Symfony 2.8

时间:2016-05-20 15:33:13

标签: php symfony composer-php

我正在使用Symfony 2.8使用Symfony 3目录结构。最近作曲家安装后,它抱怨

 An error occurred when executing the "'cache:clear --no-warmup'" command: Could not open input file: app/console

我查看了更改日志,无法找到有关此更改的任何内容,无论如何都要解决此问题。

2 个答案:

答案 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并且此目录已存在。