S
S
symnoob2020-07-12 23:32:23
symfony
symnoob, 2020-07-12 23:32:23

Symfony Process Component - command does not start on a productive machine, how to fix it?

Hello everyone,
I don’t understand what’s wrong, Symfony Process Component - command does not start on a productive machine.
Everything is running locally.

What could be the reason?
anyone have any ideas please help...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry, 2020-07-18
@gebrak

It is possible that functions like proc_open, which are used by the Symfony Process, are prohibited in production. You can check it like this: If the output is proc_open, then calling this function is prohibited in php.ini
php -i | fgrep -i 'disable_functions'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question