Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
bootstrap system
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Nov 2013 at 17:50 UTC
Updated:
29 Jul 2014 at 23:06 UTC
Jump to comment: Most recent
We moved the redirect to install.php to the CONFIGURATION phase of the bootstrap. That interferes with Drush's ability to introspect a not-yet-installed site. Rather than move this code now, lets avoid redirecting CLI clients since thats never valid.
One line patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| install.diff | 883 bytes | moshe weitzman |
Comments
Comment #1
msonnabaum commentedMay not be a perfect long term solution, but it's reasonable enough considering a redirect is never appropriate for the cli.
Comment #2
alexpottCommitted c33315d and pushed to 8.x. Thanks!