hey all i set cron jobs when i installed my site like dolphin told me to. and now for some reason I'm getting this in my email box can anyone tell me why or suggest how to fix it ?.
/bin/sh: line 0: cd: /home/your-account/public_html/periodic: No such file or directory
Could not open input file: cron.php
this suggest there is no such file am i right ? but there should be in the install i assume. thanks for any help or suggestions you can provide here.
also i think i have the cron jobs messed up as it seems i cant send out mass emails from admin any help would be great thanks .
You could go into your shell (I use putty http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html) and enter..
cd /home/your-account/public_html/periodic
to make sure the path is correct. I assume you don't actually have "your-account" in there? if so it is defo wrong. you should
replace "your-account" with your domain. For example; mine is...
cd /home/vhosts/*******.com/httpdocs/periodic; /usr/bin/php -q cron.php
This shouldn't be effecting your mass emails. Your path to sendmail is probably set wrong.
Hope this helps!
If all else fails PM me and I will happily log into your server and sort it for you.