I got the following error in the drush site-install --debug output:
WD purge: 1 error has been encountered when purging URLs Array [error]
(
[0] => http://localhost:80/usr/share/pear/drush/?q=user/1 on http://localhost:80 403
)
I have no varnish configured, but such thing should not break the overall site installation.
My proposal is to change the error level to warning.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | purge-errors-break-drush-site-install-2383869-3.patch | 1.46 KB | ddod |
| #2 | purge-errors-break-drush-site-install-2383869-1.patch | 1.49 KB | ndobromirov |
Comments
Comment #1
ndobromirov commentedComment #2
ndobromirov commentedUpload a patch with lowered error level to warning, as proposed.
Comment #3
ddod commentedRe-rolled the patch from #2 to apply cleanly to latest 7.x-1.x.
Comment #4
japerry