in reply to Running Shell Command

This is usually an issue with permissions. The web server does not have the permissions you have when you run it at the command line. The script needs to be executable by the user the server runs as.

Phil