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 »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Cron job not working since Joomla 3.3.0
Pages: [1]

Author Topic: Cron job not working since Joomla 3.3.0  (Read 1540 times)

globeseek

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 0
Cron job not working since Joomla 3.3.0
July 09, 2014, 11:31:00 pm
I am now on Joomla! 3.3.1 and civi 4.4.6 and everything seems to be working but my cron job. 

I did not notice as the site was not sending out mail - but of course things change - and they want to send out mail - and I look at the logs and the logs stop at the 3.3.0 update

I have reset the cron job user pw (and logged in with it) -- I have check the site key - and I can run the jobs from within Civi.

When I run the cron from the URL I get no error - it just returns as if it has run.

Thoughts - places to look -- ideas...

Thanks

Josh

globeseek

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 0
Re: Cron job not working since Joomla 3.3.0
July 10, 2014, 11:32:07 am
I doubled check my update logs on Joomla -- the issue with cron came the first time after Joomla 3.3.0 was installed

globeseek

  • I post occasionally
  • **
  • Posts: 40
  • Karma: 0
Re: Cron job not working since Joomla 3.3.0 Resloved
July 10, 2014, 01:13:31 pm
Resolved  see https://issues.civicrm.org/jira/browse/CRM-14671

nzampella

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 2
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 3.3.6
  • MySQL version: 5.5.36
  • PHP version: 5.4.31
Re: Cron job not working since Joomla 3.3.0 - Nevermind :(
July 14, 2014, 10:19:03 am
Just a Heads Up.   There is a regression issue in v4.4.6!!

This fix:  CRM-14671   is missing in CiviCRM 4.4.6!!

I had to add the change listed to /administrator/components/com_civicrm/CRM/Utils/System/Joomla.php manually today to fix the issue as listed in the original bug report!!

Code: [Select]

    // Get the framework.
    if (file_exists($joomlaBase . '/libraries/import.legacy.php')) {
      require $joomlaBase . '/libraries/import.legacy.php';
    }
    //  added per CRM-14671 bug list- missing in v4.4.6 - nzampella 07/14/2014
    //
    if (file_exists($joomlaBase . '/libraries/cms.php')) {
      require $joomlaBase . '/libraries/cms.php';
    }
    //


« Last Edit: July 16, 2014, 07:25:36 am by nzampella »

joanne

  • Administrator
  • Ask me questions
  • *****
  • Posts: 852
  • Karma: 83
  • CiviCRM version: 4.4.16
  • CMS version: Drupal 7
Re: Cron job not working since Joomla 3.3.0
July 14, 2014, 04:24:34 pm
If you check out the issue https://issues.civicrm.org/jira/browse/CRM-14671 you will see the fix version is 4.5.

 Therefore, needing to manually fix 4.4.6 is to be expected.

nzampella

  • I post occasionally
  • **
  • Posts: 61
  • Karma: 2
  • CiviCRM version: 4.5.3
  • CMS version: Joomla 3.3.6
  • MySQL version: 5.5.36
  • PHP version: 5.4.31
Re: Cron job not working since Joomla 3.3.0
July 14, 2014, 08:51:30 pm
Quote from: joanne on July 14, 2014, 04:24:34 pm
If you check out the issue https://issues.civicrm.org/jira/browse/CRM-14671 you will see the fix version is 4.5.

 Therefore, needing to manually fix 4.4.6 is to be expected.

Urp ... my bad ... I misread one of the comments in that issue from May:

Quote
Casper VOogt added a comment - 09/May/14 7:38 PM
this is for /administrator/components/com_civicrm/civicrm/CRM/Utils/System/Joomla.php - CiviCRM version 4.4.5.
« Last Edit: July 14, 2014, 08:53:23 pm by nzampella »

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Joomla Extensions (Moderator: lcdweb) »
  • Cron job not working since Joomla 3.3.0

This forum was archived on 2017-11-26.