Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: 4.6.10
-
Fix Version/s: None
-
Component/s: Core CiviCRM
-
Labels:None
-
Documentation Required?:None
-
Funding Source:Needs Funding
Description
Cron is running perfectly on one of my clients but once or twice a day the message 'ERROR: You need to send a valid key to execute this file' is emailed from cron. This is from line 557 in System.php. The cron statement is as follows:
wget --no-check-certificate -O - -q -t 1 "https://www.rsvp-admin.co.uk/sites/all/modules/civicrm/bin/cron.php?name=CronAdmin&pass=xxxxxxxx&key=xxxxxxxxxxxxxxxxx"
See also http://civicrm.stackexchange.com/questions/9130/cron-job-with-shared-hosting-cpanel where someone else has this message