Revaz Gh.

Results 27 comments of Revaz Gh.

Hi @timpiele! Yes, you just need to set executable permission for the bin files you have at `/var/www/vhosts/domain.com/test.domain.com/app/ThirdParty/HeicToJpg/src/../bin/` The command should be `sudo chmod +x filename` as I remember

Okay, please open the bin/ directory, run `ls -la` command and show me the output here 👍

It can be an issue with a user which actually accesses the file. so if you ran `sudo chmod +x filename` you got permission for the current user, but if...

Hello, @Blizzorde ! Please Check your current glibc version: ```bash ldd --version ``` or ```bash strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC_ ```

Hey @the-de-coder ! I think, the exec() function is disabled in your system. Is it shared hosting?

I guess it still is blocked somehow, because there is no reason otherwise why it can't find the function. Please try to run the exec function from your code. Also,...

Hey @adiputra22 ! Thanks for reaching out 👍 You can try what is suggested by @ebewe, it may work 💪 but if you use CentOS distribution on production server we...