Problem/Motivation
I've been setting up Drupal CMS on cheap hosting (hostinger) to see if I can use it for unattended updates for a hobby site. The web hosting disables proc_open by default but does allow me to enable it via their web UI. The error message in the system report is not useful because of a bug in the code.
Steps to reproduce
Disable proc_open.
Proposed resolution
Fix the message.
Remaining tasks
User interface changes
Better message if proc_open is disabled.
API changes
None
Data model changes
None
Issue fork automatic_updates-3511959
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
alexpottThis is fixed in the core version of package manager.
Comment #3
alexpottActually let's fix this on 3.x in case of any extra releases and for current users of Drupal CMS.
Comment #5
alexpott