CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.
Pages: [1]

Author Topic: After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.  (Read 745 times)

wrender

  • I’m new here
  • *
  • Posts: 26
  • Karma: 0
After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.
June 06, 2013, 10:36:39 am
After recently upgrading to CiviCRM 4.3.3 from 4.2.4 the cron jobs are no longer sending out mailings.  I also notice that the cron.php is not accepting the password when running from the bash shell.

The following is the cron we are using:
Code: [Select]
*/5 * * * * wget -O - -q -t 1 "http://mysite.org/sites/all/modules/civicrm/bin/cron.php?name=username&pass=password&key=site-key"
Have tried also removing quotes and no luck.  When executing this commend from the bash shell we get the following error even though this Drupal user has full administrative access to everything:
Code: [Select]
[1] 55708
[2] 55709
ERROR: You need to send a valid user name and password to execute this file

I can run this command from the shell, but our cron does not allow us to schedule php commands and gives an error that php commands can only be run from the shell.  The following shell command works though: 
Code: [Select]
php bin/cli.php -u user -p password -e Job -a execute




Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.
June 06, 2013, 02:56:03 pm

I think the cron.php issue is fixed in 4.3.4 (release out in the next few days). it was not bootstrapping drupal properly and hence permissions were messed up etc

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

wrender

  • I’m new here
  • *
  • Posts: 26
  • Karma: 0
Re: After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.
June 06, 2013, 03:40:19 pm
Thanks for letting me know about the bug!  I will sit tight until the new version comes out.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • After upgrading from 4.2.4 to 4.3.3 cron jobs no longer sending out email.

This forum was archived on 2017-11-26.