Hello, I get an error when I upload a video --> FFprobe error: include(/app/vendor/composer/../symfony/cache/Adapter/ArrayAdapter.php): Failed to open stream: No such file or directory (600)
Any idea ? It seems that there is a missing file in Chevereto?
The file must be in the filesystem and available for the system. In this context available means that the file should be on the filesystem, for the correct CPU arch and have execute permissions to be executed by the user running PHP.
That's why it says "not found", because it fails to detect the binary in the path you are providing.
But i have the same error everytime
Error: Unable to load FFProbe: Executable not found, proposed : ffprobe, Unable to load FFProbe: Executable not found, proposed : ffprobe
I may be wrong, I don't understand how to install it?
The file must be in the filesystem and available for the system. In this context available means that the file should be on the filesystem, for the correct CPU arch and have execute permissions to be executed by the user running PHP.
That's why it says "not found", because it fails to detect the binary in the path you are providing.