-
-
Notifications
You must be signed in to change notification settings - Fork 556
New issue
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
Warning: Missing argument 1 for Drupal\Console\Bootstrap\Drupal::boot() #3179
Comments
Wrong paste on the title, sorry 'bout that. |
@nvaken yes debug parameter must be set to false as default at the method |
nvaken
pushed a commit
to nvaken/drupal-console
that referenced
this issue
Feb 21, 2017
@jmolivas See above PR. |
Any chance of this fix getting fast tracked into a release? This isn't a warning in php 7.1 but actually a fatal error making those commands completely broken. |
michaellenahan
pushed a commit
to michaellenahan/drupal-console
that referenced
this issue
Mar 16, 2017
Closing this one. Feel free to comment if still happening after updating to the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm seeing the following warnings in
database:log:debug
after a simplesite:install
. Also, tailing this warning are a few undefined variable notices for the$debug
variable.I think this is a bug that has been introduced in the following commit: 9e6ba52. Probably best to make the
$debug
parameter optional andFALSE
by default inDrupal->boot()
?The text was updated successfully, but these errors were encountered: