I have set up cron jobs on my server and the email report i get says: /bin/sh: 59: command not found on every single one..what does that mean?
try /bin/bash failing that just try "sh" or "bash" instead of /bin/sh or /bin/bash try /bin/bash first - as just running the command without a path is a secutiry issue, also it might not work due to pathing.