symfony2 app console:没有可用的命令

时间:2011-07-23 07:50:59

标签: symfony

硬盘崩溃后,我不得不从我的SVN服务器将我的symfony2应用程序重新导入Eclipse。

同步所有内容后,我再也无法使用控制台了。我只得到2个命令:list和help。

我试过了:

    php bin/vendors install --reinstall

最后,我收到以下消息:

    [InvalidArgumentException]                                
    There are no commands defined in the "assets" namespace.  

    [InvalidArgumentException]                               
    There are no commands defined in the "cache" namespace.  

我的配置非常简单: - ubuntu服务器11.04(64位) - virtualbox OSE

我该如何解决?

以下是app / console list命令的结果:

    oc@ubuntu-server:/var/www/projets/Simoov2/src$ app/console list
    Symfony version 2.0.0-RC4 - app/dev/debug

    Usage:
      [options] command [arguments]

    Options:
      --help           -h Display this help message.
      --quiet          -q Do not output any message.
      --verbose        -v Increase verbosity of messages.
      --version        -V Display this program version.
      --ansi              Force ANSI output.
      --no-ansi           Disable ANSI output.
      --no-interaction -n Do not ask any interactive question.
      --shell          -s Launch the shell.
      --env            -e The Environment name.
      --no-debug          Switches off debug mode.

    Available commands:
      help   Displays help for a command
      list   Lists commands

1 个答案:

答案 0 :(得分:1)

行。我想,这与symfony2无关,但与虚拟机安装系统有关。