Closed (fixed)
Project:
Drush
Component:
PM (dl, en, up ...)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Apr 2012 at 17:04 UTC
Updated:
7 Aug 2012 at 03:31 UTC
Jump to comment: Most recent file
> drush up -vd
...
The external command could not be executed due to an application error. [error]
and only after applying attached patch im am able to debug what happens (in my case sweaver freaks out).
daring to set major as quite some issues in the queue smell like they can be smashed with this.
but in the end i think we should fix this one level deeper: #1547432: drush_invoke_process() should default to integrate errors
which would obsolete this patch.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 0002-implement-1547446-Update-error-not-debuggable-The-ex.patch | 944 bytes | geek-merlin |
Comments
Comment #1
geek-merlinComment #2
mrf commentedJust applied this patch and everything now works as expected. Instead of just telling me there was an error I can see what the error is that is preventing execution (in my case a PHP fatal in a module).
It would have taken a lot more detective work on my end to figure the reason behind the failure without the patch.
Comment #3
greg.1.anderson commentedFixed globally in #1547432: drush_invoke_process() should default to integrate errors.
Comment #5
Ace Cooper commentedThis isn't really fixed. I still get the same error trying to run updatedb on my shared hosting (my setup):
However, I still managed to finish all the updated with usual update.php in browser without any warnings.
Comment #6
greg.1.anderson commentedDrush does not support php-cgi.