10000 open_basedir restriction in effect · Issue #26563 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content
open_basedir restriction in effect #26563
Closed
@temperatur

Description

@temperatur

Hi,
The https://github.com/contao/contao-manager uses Composer to update the installation.
The manager just work fine until it gets to the post-install-cmd Script of the composer.
Contao is using the PhpExecutableFinder to get the php binaries. If the open_basedir is set is_file(PHP_BINARY) is false.

if (PHP_BINARY && in_array(PHP_SAPI, array('cli', 'cli-server', 'phpdbg')) && is_file(PHP_BINARY)) {

Here the contao issue contao/manager-bundle#57 for more information.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0