Recently i setup a fresh install of Magento 1.9.2 upon configuring cron i get the following error when i try to execute
bash /path/to/my/magento/root/cron.sh
ERROR :cron.sh: line 26: $'\r': command not found
I also get the same result with:
php cron.php
I can't change the cron.sh to :
chmod -x cron.sh
because i am not part of sudo. My option is limited with cron.sh. I am using Webfaction hosting if this can be of any help.
Can anyone help me with this ? Thanks