Hello
I have to check the file permissions on my Dolphin 7.4.2 because the Captcha V2 no longer works.
I use my SSH
find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;
Unfortunately, my Ubunto on Plesk does not react to these two commands
chmod 755 flash / modules / global / app / ffmpeg.exe;
This command is wrong
Do you have suggestions?