-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Description
Since my latest install of drush via the phar file I am no longer able to start a development server from drush as I get this error anytime a request comes in:
[Mon Mar 21 12:02:30 2016] PHP Fatal error: Unknown: Failed opening required 'phar:///usr/local/bin/drush/commands/runserver/runserver-prepend.php' (include_path='.:') in Unknown on line 0
Installation via composer seems to be happy as a clam. For the time being, it looks like I will use drush via composer global require drush/drush but I know that somewhere down the road I will likely run into a problem (as I did having Drush and the Laravel installer living side-by-side in my home .composer dir). Any ideas why the phar file is having an issue loading the server prepend file?