Postponed (maintainer needs more info)
Project:
Job queue
Version:
6.x-3.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 12:47 UTC
Updated:
5 Jan 2010 at 21:24 UTC
Getting white screen and the following, when trying to use job_queue_add('some_function') in a custom module:
Fatal error: Call to undefined function job_queue_add() in (...)
I can use the somemodule_job_queue_functions() function to add a job to the priority list, but nothing really happens after that.
Comments
Comment #1
metalab commentedIt is probably similar to this issue: http://drupal.org/node/307132 although that was for the 5.x-version.
Comment #2
drummIs the Job Queue module enabled? Is something weird going on that would not load job_queue.module?