-
-
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
PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Your environment or operation system isn't supported' in phar:///usr/bin/drush/vendor/webmozart/path-util/src/Path.php:257 #2405
Comments
Whats your OS and version of that OS?
|
Hi i am using AWS elastic bean stack with php 5.6.25 64 bit amazon linux v2.1.7 |
can you please explain |
The next version of Drush will no longer error like you are seeing. |
Thank you for that. |
Hi, I have did the Dkan-Drupal setup once again, still getting the same error. |
We are taking Drush from |
hi @weitzman ! |
PHP Warning: readfile(https://s3.amazonaws.com/files.drush.org/drush.phar): failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error |
Elastic Beanstalk hooks are run as
|
I am trying automate the Dkan installation on Elastic Beanstack.
After every required installation,
If i run drush si dkan --verbose --account-pass='admin' --site-name='EIC' install_configure_form.update_status_module="'array(FALSE,FALSE)'" --yes
is working throwing below error.
PHP Fatal error: Uncaught exception 'RuntimeException' with message 'Your environment or operation system isn't supported' in phar:///usr/bin/drush/vendor/webmozart/path-util/src/Path.php:257
But manually above command working fine. Need some help here.
The text was updated successfully, but these errors were encountered: