Getting this error: ERROR --> Symfony\Component\Process\Exception\LogicException: The Process class relies on proc_open, which is not available on your PHP installation.
However, I have enabled proc_open (and proc_close) and phpinfo() shows them as available. Could there be another cause of this error?