rezzza / vaultage

Keep secrets secret
21 stars 6 forks source link

Valtauge init faild: `The helper "dialog" is not defined.` #26

Open armandabric opened 8 years ago

armandabric commented 8 years ago

In a fresh installation of Vaultage (a globam composer install) I get the error:

$ vaultage init -c .vaultage.json

  [Symfony\Component\Console\Exception\InvalidArgumentException]
  The helper "dialog" is not defined.

init [-c|--configuration-file [CONFIGURATION-FILE]]

$ php -v
PHP 7.0.5 (cli) (built: Mar 31 2016 06:38:53) ( NTS )
Copyright (c) 1997-2016 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2016 Zend Technologies
stephpy commented 8 years ago

Due to symfony 3.x supports, and init method use it. We should have a look if there is a way to support sf2.x & sf3.x easily.

armandabric commented 8 years ago

After a vaultage self-update everything works. I check the version available on packagist them to be the good one.