Call to undefined function: job_queue_add()
orvad - October 13, 2009 - 12:47
| Project: | Job queue |
| Version: | 6.x-3.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.

#1
It is probably similar to this issue: http://drupal.org/node/307132 although that was for the 5.x-version.