-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting an error "proc_open() expects parameter 1 to be string, array given" #12
Comments
After analysis, I am seeing this happens because db-docker uses the This version of As for the fix, I am thinking of adding support for the |
I see why it works in my tests. As of PHP 7.4, In any case, we intend to support PHP 7.3 at least, for now. So, we still need to implement a workaround. |
Add support for symfony/process 2.8. Fixes #12
@hussainweb Still observe a different error after upgrade to PHP 7.4. Raised an issue for tracking. Please look into this |
Problem Statement: While execute the script
composer db-docker -vvv --db-file=<<name of the db file>>
getting an error:Other Details:
ExceptionTrace:
Project Repo:
https://gitorious.xyz/sadeesh.kumar/cypress-drupal-gitlab
The text was updated successfully, but these errors were encountered: