Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
*/3 * * * * wget -O - -q -t 1 http://mysite/sites/all/modules/civicrm/bin/cron.php?user=drupalusername&pass=password&key=site-key
*/3 * * * * wget -O - -q -t 1 "http://mysite/sites/all/modules/civicrm/bin/cron.php?user=drupalusername&pass=password&key=site-key"
Thanks Jimurl,but my problem is still there. The same as dhoogmoed.I have set mailing in the scheduled job as enabled.I manage to run the cron.php file both on browser and through cronjob but the jobs just won't get completed.hope someone could help..
defined('JPATH_PLATFORM') or die;
if(!defined('JPATH_PLATFORM') && defined('JPATH_LIBRARIES')) { define('JPATH_PLATFORM', JPATH_LIBRARIES);}