drupal-console icon indicating copy to clipboard operation
drupal-console copied to clipboard

[console] The Launcher installation instruction is broken

Open tsega opened this issue 4 years ago • 10 comments

Problem/Motivation

The Drupal Console Launcher installation instruction is broken, the first command

curl https://drupalconsole.com/installer -L -o drupal.phar

Is downloading a Server Error web page instead of the appropriate .phar file:

<html>
<head>
  <meta http-equiv="content-type" content="text/html;charset=utf-8">
  <title>500 Server Error</title>
</head>

<body text=#000000 bgcolor=#ffffff>
  <h1>Error: Server Error</h1>
  <h2>The server encountered an error and could not complete your request.<p>Please try again in 30 seconds.</h2>
  <h2></h2>
</body>

</html>

tsega avatar Oct 25 '20 08:10 tsega

Same issue

collierscott avatar Oct 25 '20 21:10 collierscott

I have the same error.

Lissy01 avatar Oct 29 '20 19:10 Lissy01

Same here.

mduvergey avatar Oct 30 '20 18:10 mduvergey

Same here. I've copied this issue to https://github.com/hechoendrupal/drupalconsole.com/issues/132 @tsega

felubra avatar Oct 30 '20 21:10 felubra

Same issue

claudejanz avatar Nov 02 '20 07:11 claudejanz

Same issue with DrupalVM Server returning 500 response. fatal: [drupalvm]: FAILED! => {"changed": false, "dest": "/usr/local/bin/drupal", "elapsed": 0, "msg": "Request failed", "response": "HTTP Error 500: Internal Server Error", "status_code": 500, "url": "https://drupalconsole.com/installer"}

Ant63 avatar Nov 02 '20 12:11 Ant63

It looks like there is a similar issue opened in the Drupal project issues, https://www.drupal.org/project/console/issues/3166345

tsega avatar Nov 03 '20 04:11 tsega

Does anyone have the launcher file we're trying to download that they could post here for us to use until this gets fixed?

maskedjellybean avatar Nov 06 '20 22:11 maskedjellybean

duplicate of #4263

@maskedjellybean I recommend doing https://github.com/hechoendrupal/drupal-console/issues/4263#issuecomment-713981342 rather than running random .phar shared off the internet

(yeah, it's all random code off the internet, but at least packagist has some process around the origins of the file)

READ #4263 RATHER THAN POSTING HERE

xurizaemon avatar Dec 04 '20 00:12 xurizaemon

Here are the releases - https://github.com/hechoendrupal/drupal-console-launcher/releases you cand download the phar from here and use the rest of the instructions.

boganegru avatar Mar 07 '22 14:03 boganegru