We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The helper "dialog" is not defined.
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
The text was updated successfully, but these errors were encountered:
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.
symfony 3.x
Sorry, something went wrong.
After a vaultage self-update everything works. I check the version available on packagist them to be the good one.
vaultage self-update
No branches or pull requests
In a fresh installation of Vaultage (a globam composer install) I get the error:
The text was updated successfully, but these errors were encountered: