function eloqua_cron() {
module_load_include('inc', 'eloqua', 'cron');
_eloqua_cron();
}

should be

function eloqua_cron() {
module_load_include('inc', 'eloqua', 'eloqua.cron');
_eloqua_cron();
}
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

CKoch’s picture

Assigned: Unassigned » CKoch
FileSize
337 bytes

Making this into a patch file.

CKoch’s picture

FileSize
337 bytes

And a patch for 7.x tracking branch

greg.harvey’s picture

Status: Active » Needs review
John Franklin’s picture

FileSize
347 bytes

The patch in #1 should be the attached patch.

casti2525’s picture

This problem same problem exists with 7.x-1.0. Patches worked perfectly, thank you!

RobLoach’s picture

Status: Needs review » Reviewed & tested by the community
RobLoach’s picture

FileSize
347 bytes
345 bytes

Here's the D7 patch as well.

drupalninja99’s picture

Issue tags: +RTBC

This is looking good.

drupalninja99’s picture

Version: 6.x-1.0 » 7.x-1.0
drupalninja99’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: -RTBC

Pushed to 6.x-1.x and 7.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.