Класс Process опирается на proc_open, который недоступен в вашей установке PHP. Ошибка на сервере при запуске приложения ⇐ Php
-
Гость
Класс Process опирается на proc_open, который недоступен в вашей установке PHP. Ошибка на сервере при запуске приложения
I uploaded my laravel application on server . when I run the server I got an error like this . my php version -PHP 8.2.15 (cli) (built: Jan 20 2024 14:16:39) (NTS) . How to solve this
Symfony\Component\Process\Exception\LogicException The Process class relies on proc_open, which is not available on your PHP installation. at vendor/symfony/process/Process.php:146 142▕ */ 143▕ public function __construct(array $command, string $cwd = null, array $env = null, mixed $input = null, ?float $timeout = 60) 144▕ { 145▕ if (!\function_exists('proc_open')) { ➜ 146▕ throw new LogicException('The Process class relies on proc_open, which is not available on your PHP installation.'); 147▕ } 148▕ 149▕ $this->commandline = $command; 150▕ $this->cwd = $cwd; +14 vendor frames 15 artisan:35 Illuminate\Foundation\Console\Kernel::handle()
Источник: https://stackoverflow.com/questions/780 ... php-instal
I uploaded my laravel application on server . when I run the server I got an error like this . my php version -PHP 8.2.15 (cli) (built: Jan 20 2024 14:16:39) (NTS) . How to solve this
Symfony\Component\Process\Exception\LogicException The Process class relies on proc_open, which is not available on your PHP installation. at vendor/symfony/process/Process.php:146 142▕ */ 143▕ public function __construct(array $command, string $cwd = null, array $env = null, mixed $input = null, ?float $timeout = 60) 144▕ { 145▕ if (!\function_exists('proc_open')) { ➜ 146▕ throw new LogicException('The Process class relies on proc_open, which is not available on your PHP installation.'); 147▕ } 148▕ 149▕ $this->commandline = $command; 150▕ $this->cwd = $cwd; +14 vendor frames 15 artisan:35 Illuminate\Foundation\Console\Kernel::handle()
Источник: https://stackoverflow.com/questions/780 ... php-instal
Мобильная версия