8000 Error with Drupal 10 / Symfony 6 · Issue #10 · amazeeio/drupal-integrations · GitHub
[go: up one dir, main page]

Skip to content
Error with Drupal 10 / Symfony 6 #10
@dwoods

Description

@dwoods

When doing a 'lando pull' and probably other operations on a Drupal 10 site, it's throwing the following error:

Uncaught TypeError: Symfony\Component\Process\Process::__construct(): Argument #1 ($command) must be of type array, string given, called in /app/drush/Commands/contrib/drupal_integrations/src/LagoonCommands.php on line 194 and defined in /app/vendor/symfony/process/Process.php:143

It looks like Symfony Process(string) was changed to Process(array). After checking it appears this new signature was intruduced in Symfony 3.4, but recent versions must have removed the old syntax.

PR coming with a fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0