-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
infinite loop when Installing features_extra #791
Comments
It particularly breaks when 'features_extra' module is a dependency of some module to be downloaded and enabled. It detects there is missing dependency(i.e. features_extra) and tries to download/enable features_extra that goes into infinite loop. |
Please post the the output of |
with --debug Bootstrap to phase 0. [0.29 sec, 7.68 MB] [bootstrap] Bootstrap to phase 0. [2.23 sec, 7.68 MB] [bootstrap] +digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl Wgetrc: Copyright (C) 2011 Free Software Foundation, Inc. Originally written by Hrvoje Niksic [email protected]. Bootstrap to phase 0. [5.55 sec, 7.68 MB] [bootstrap] +digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl Wgetrc: Copyright (C) 2011 Free Software Foundation, Inc. Originally written by Hrvoje Niksic [email protected]. Bootstrap to phase 0. [0.29 sec, 7.68 MB] [bootstrap] +digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl Wgetrc: Copyright (C) 2011 Free Software Foundation, Inc. Originally written by Hrvoje Niksic [email protected]. Bootstrap to phase 0. [0.28 sec, 7.68 MB] [bootstrap] +digest +https +ipv6 -iri +large-file -nls +ntlm +opie +ssl/openssl Wgetrc: Copyright (C) 2011 Free Software Foundation, Inc. Originally written by Hrvoje Niksic [email protected]. |
from status Drupal version : 7.26 |
Duplicate of #5 |
My script will go into infinite loop if it tries to download and enable the module - features_extra. Here is script:
!/usr/bin/env drush
The text was updated successfully, but these errors were encountered: