-
-
Notifications
You must be signed in to change notification settings - Fork 557
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
0.7.5: no response when in drupal directory #565
Comments
I tested v0.7.5 on Beta9 and Console should work on Beta9 since we only support latest beta release, not sure about Beta7. |
@jmolivas I also have absolutely no output with Beta9 and 0.7.5 when I'm inside a Drupal install. Outside a D8 install, I can run |
If drupal is not installed you should see the following error message If drupal is already installed you should see the I am attaching a video with the steps I follow to get the Drupal8 beta9 and the 0.7.5 version of this project in my local machine: How did you guys @Mark-L6n @weaverryan get the 0.7.5 version of the project ? |
Thanks for the responses, @jmolivas. Here is some info on my setup:
When not in a drupal root directory, I get that message |
We need to have a better message when not in a drupal directory something like: What does console show when inside a drupal root @Mark-L6n ? |
In console 0.7.4, much more information would show up. |
I just updated the project to show this message when executing outside a d8 root dir
When executing console inside a d8 dir but drupal no installed yet
|
Sounds like a good update. Further questions: will Console commands such as
If 2), is there a way to download the most current version? |
At this point Console only works inside a drupal root directory, since DrupalCore is bootstrapped in order to access service container. We are planning to: When downloading Console using the installer In order to get the most current version you need to fork this repo. Instructions to fork, clone & get 3rd party libraries using composer at: |
I just merged the PR containing this fix |
Thanks! Maybe for now it would be good to change the message:
to something like:
|
@Mark-L6n related to you previous question
Since you can have Console available system-wide moving the executable
Yes |
Hey @jmolivas I think we should re-open this, but I have more information now (was short on time). To repeat this bug, you may need to delete the
I hope this helps! As soon as I create a Cheers! |
More experimentation:
So, after upgrading Drupal Console, you need to go into the Drupal installations that used it, and clear cache. |
@weaverryan I think implementing something like this in order to fix the issue
I will send an merge a PR and tag a new release for today. |
Also I am planning to: a) Copy the b) Add an |
@jmolivas 👍 for the fix! About the copying of I'll be using the console tomorrow during a training, so I'm happy that I'll be able to get things work just fine (I'll have them create their user config.yml file to avoid issues). Cheers! |
|
New |
New release |
I had an entire group of people install the DrupalConsole this morning and nobody had any issues at all. Thanks for the fast fix AND tag @jmolivas! |
Awesome I am glad it works. Are you planning to have a training tomorrow @weaverryan ? We are planning to rename the repo name and don't want to create confusion, you can see the issue at: #571 |
I noticed that - no issues for me, all done with training for now. The suggestion for the name change came from the training (best place for feedback) - I said DrupalAppConsole, and people found dupalconsole.com and wondered if it was the same. So, I think it's a good change. Thanks! |
Works for me too! |
I have Drupal beta 9 and beta 7 installations.
With console 0.7.4, I could be in the root directory of either and console worked fine.
I just replaced console with version 0.7.5: it works fine in all directories but the beta 9 and beta 7 directories: nothing happens, there is no default help display nor any error message; the linux prompt simply quickly reappears. Trying
drupal -V
,drupal help
ordrupal list
gives the same results.I didn't see anything in a php error file.
Any idea what could be happening?
The text was updated successfully, but these errors were encountered: