Page MenuHomePhabricator

Installer should supress warnings around wfShellExec()
Closed, DuplicatePublic

Description

On a windows webhosting account where passthru() fails because the hoster hasn't given permissions, installation fails because of warnings on passthru().

Using wfSupressWarnings makes the installation work.


Version: 1.20.x
Severity: normal

Details

Reference
bz44140

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 1:26 AM
bzimport set Reference to bz44140.
bzimport added a subscriber: Unknown Object (MLST).

Specific error was basically the same as this one:

PHP Warning:  passthru() [<a href='function.passthru'>function.passthru</a>]:
Unable to fork [xxx] in E:\home\xxx\Web\tmp.php on line #

Change abandoned and re-focusing this but on just suppressing the warning during the installer.

I am resetting the assignee of this issue to default because there has been no progress in the last 12 months. Feel free to take it again when you are actually planning to fix this. Thanks!