Hello
I have this error from the Apache error log:
PHP Fatal error: Call to undefined function trigger_get_assigned_actions() in /var/www/sites/all/modules/job_scheduler/modules/job_scheduler_trigger/job_scheduler_trigger.module on line 106

This is because I forget to enable module Trigger in core.

To solve the problem, I add in job_scheduler_trigger.info this line :
dependencies[] = trigger

CommentFileSizeAuthor
#1 job_scheduler-added_missing_dependency-1781212.patch325 bytesAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Status: Active » Patch (to be ported)
FileSize
325 bytes

Added the patch. Can someone check this? This is my first patch.

cbrasfield’s picture

It patched successfully for me, with a fuzz factor of 1.

ptmkenny’s picture

Status: Patch (to be ported) » Needs review
apaderno’s picture

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

Bump...

Anonymous’s picture

Version: 7.x-2.0-alpha3 » 7.x-2.x-dev
verta’s picture

Title: no trigger dependencies in job_scheduler_trigger.info » no trigger dependencies in job_scheduler_trigger.info
Issue tags: +dependancies

adding tag for searching, follow

twistor’s picture

Status: Reviewed & tested by the community » Fixed

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