Open kenorb opened 6 years ago
I had the same problem with 8.1.15 using the default global install method (phar). As a work around, use the global composer install method - http://docs.drush.org/en/8.x/install-alternative/.
I've just got the same thing with drush 8.4.11 (the latest drush8).
PHP Warning: Unknown: Failed to open stream: phar error:
invalid url or non-existent phar 'phar:///usr/local/bin/drush8/commands/runserver/d7-rs-router.php'
in Unknown on line 0
I am trying to test/maintain a local d7 site. I am not using the launcher, and downloaded via the usual https://docs.drush.org/en/8.x/install/ expect I added '8' to the target in sudo mv drush.phar /usr/local/bin/drush8
. I have checked a few other drush commands and they run fine.
Same when I've renamed
drush8
intodrush
.Same with v8.1.15: