Control Web Panel

WebPanel => PHP => Topic started by: bineeshoc on January 09, 2021, 04:24:44 PM

Title: ffmpeg enable shell_exec()
Post by: bineeshoc on January 09, 2021, 04:24:44 PM
I want to enable shell_exec() in ffmpeg. I checked in php.ini disabled_functions. It is not related with ffmpeg.
Title: Re: ffmpeg enable shell_exec()
Post by: cyberspace on March 19, 2021, 08:00:08 PM
It sounds like you run some .php script and the script runs the ffmpeg binary using shell_exec() causing the error "shell_exec disabled".  Am I right ? If so do you run the script assocaited woth your website (http://domain.com/script.php) or over CWP (https://xx.xx.xx.xx.:2083/cwp_xxxxx/username/?module=somemodule) ?

Could you please provide more details about the problem ?