• Hello, plugin not work on Debian 4.9.2, error in php function escapeshellcmd() if file has symbols like “(“, for example /var/www/vhosts/mysite/httpdocs/wp-content/uploads/2017/12/test_(mysite).avi after escapeshellcmd,
    /var/www/vhosts/mysite/httpdocs/wp-content/uploads/2017/12/test_\(mysite\).avi. Exec return “No such file or directory”.

Viewing 1 replies (of 1 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    I don’t think it’s a good security idea to allow parentheses in shell commands which is why I run escapeshellcmd in the first place. Usually WordPress renames files like that and replaces special characters with underscores. Are you using Add From Server?

Viewing 1 replies (of 1 total)
  • The topic ‘error escapeshellcmd’ is closed to new replies.