После сбоя жесткого диска мне пришлось повторно импортировать мое приложение symfony2 в Eclipse с моего SVN-сервера.
После синхронизации я больше не могу использовать консоль. Я получаю только 2 команды: список и помощь.
Я пытался:
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 Server 11.04 (64 бит)
- virtualbox OSE
Как я могу это исправить?
Вот результат команды списка приложений / консоли:
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