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

metalab’s picture

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

drumm’s picture

Status: Active » Postponed (maintainer needs more info)

Is the Job Queue module enabled? Is something weird going on that would not load job_queue.module?