-
Notifications
You must be signed in to change notification settings - Fork 17
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
terra queue: Getting error after running environment:enable #86
Comments
It might actually be something else, like settings.php isn't getting properly set or something. Here's the complete log file:
|
It breaks like this for me when i have drush commands in the app node. If I add the app https://github.com/terra-ops/example-drush-make without drush commands, I can create environments just fine, and I get the link saved to the environment node. I think I've tracked it down to https://github.com/terra-ops/terra-cli/blob/master/src/terra/Command/Queue.php#L70 |
Thanks for digging into this. I'll try to take a look today. It seems like the
line must not be working. For the time being, I've been running
and it still works well. We should also probably add some |
Yeah... I copied receiver.php into the If you hack on it, could you do it in a fork of terra-ops/terra-cli? Would love your help on some pull requests directly in the project. Thanks! |
terra queue
works well, but after I add environment in Drupal and run terra queue, it suddenly crashes:It seems like
execute()
is getting called again, but$url = $input->getArgument('url');
is empty so everything crashes. I tried to debug it further, but didn't get anywhere.The text was updated successfully, but these errors were encountered: