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

Command icon 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

alexpott created an issue. See original summary.

alexpott’s picture

Status: Active » Closed (duplicate)

This is fixed in the core version of package manager.

alexpott’s picture

Version: 4.x-dev » 3.1.x-dev
Status: Closed (duplicate) » Active

Actually let's fix this on 3.x in case of any extra releases and for current users of Drupal CMS.

alexpott’s picture

Status: Active » Needs review