Closed (duplicate)
Project:
Job Scheduler
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2012 at 15:24 UTC
Updated:
16 Oct 2013 at 14:26 UTC
The link to "Job Scheduler Triggers"(admin/structure/trigger/job_scheduler) displays admin front page. There doesn't appear to be any way to set up a trigger.
This link is shown here: admin/config/system/job_scheduler
I saw the same problem with both of these - 7.x-2.0-alpha3 , 7.x-2.x-dev
I would like to have a feed import run every time a user logs in. I am also trying to create a process where a feed import is run every time 15 minutes between 10am and 4pm every day. I read a lot of documentation and have spent several hours searching drupal.org and google for answers - there doesn't seem to be much discussion going on about this.
Comments
Comment #1
bart.hanssens commentedFirst you have to go to admin/config/system/job_scheduler and click on "add new trigger" on that page (perhaps it should be called "add new job".
Then you can click on the "job scheduler triggers" link, and assign a trigger to that newly created job.
You may need to clear the Drupal cache in order to see the "job scheduler" tab on the admin/structure/trigger/job_scheduler page
(tested with 2.x-dev on 7.15)
Comment #2
pierrelbzIs the module Trigger (core) is enabled ?
I write an issue : http://drupal.org/node/1781212
Comment #3
joachim commentedI suspect this was fixed by a recent commit which moved the Trigger integration to a submodule, which correctly has trigger module as a dependency:
1e4b9bf0002ff50c83ee5ecdad877f3c1ba2a067
Author: Chris Leppanen
Date: Wed Jun 26 2013 03:57:45 GMT+0100 (BST)
Subject: Move trigger dependency to job_scheduler_trigger.module.
Try the dev version; reopen if I'm mistaken.
Comment #3.0
joachim commentedAdded more details