getting this error for the cron job - Could not open input file: cron.php , any ideas?
getting this error for the cron job - Could not open input file: cron.php , any ideas? |
Do youhave the cron job setup properly? Go to your cPanel, clikc Cron Jobs, click advanced (unix style) it should look very similar to this: Minute Hour Day Month Weekday Command * * * * * /usr/local/bin/php -q /home/mysite/public_html/periodic/cron.php *** Note: Command path may vary to your specific location Nothing to see here |
/usr/local/bin/php -q/home/username/public_html/mysite/periodic/cron.php is the cron job i have set? |
Did you copy that straight from the cron job? If so you need to put a space in between -q and /home/ Nothing to see here |
yes just changed that below is the error im getting now Warning: require_once([path_to]inc/header.inc.php): failed to open
stream: No such file or directory in
/home/username/public_html/mysite/periodic/notifies.php on line 20 Thanks |
Dolphin 7 does not have a notifies.php. Those are cron jobs left over a from previous 6.1.x version. Are you running D7 or a D6 version? You posted this is RC and Beta, so I was assuming a D7 version. D7 only uses cron.php Nothing to see here |
yh sorry its for 6.1.6 getting mixed up thats a problem i had for 6.1.6 i starting getting recently. Still nothing its changed from saying queued to in process |
Ok , so the version you have is 6.1.6 NOT Dolphin 7 right? Nothing to see here |
im working on dolphin7, that cron job was for 6 but thought it was for 7. Since i put that space in the cron job command im no longer getting any errors but my migration still says in progress but not actaully doing anything |
getting this error now - Could not open input file: /home/username/public_html/mysite/new/periodic.cron.php The 'new' bit in it, is because RC1 is in a subfolder (called new) to my current site which has dolphin 6 at the moment. |