I am getting follwing error from job_queue module. Any idea why ?
job_queue_dequeue() [function.include]: Failed opening '' for inclusion (include_path='.:') in /path_to_mysite_htdocs/sites/all/modules/job_queue/job_queue.module on line 62.
It seems to be doing its job though. I am using with OG module to schedule delivery of email.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | job_queue_file_include.patch | 687 bytes | populist |
Comments
Comment #1
populist commentedI had a similar problem. I included a patch that does some checking before running the file include.
Comment #2
populist commentedComment #3
drummCommitted to 5.x with code cleanup.
Comment #4
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #5
spjsche commentedI too am getting the same error.
Can I ask in which version the patch was committed.
Thanking you in Advance
Stephen
Comment #6
wallan commentedI'm getting the same:
warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/local/php5/lib/php') in
/modules/job_queue/job_queue.module on line 62.
I'm running Job Queue 5.x-2.0 on Drupal 5.6. The main source of jobs is Organic Groups 5.x-5.0.
Comment #7
wallan commentedI've done a bit more research and have found another report of this issue here: http://drupal.org/node/185028
I'm going to reopen this issue... I hope that's the right thing to do!
Comment #8
starkos commentedI'm getting the same error, on Drupal 5.6.
Comment #9
gagarine commentedSame error:
PHP5
Drupal 5.7
Job queue 5.x-2.0
Organic groups 5.x-5.0
EDIT:
I run manualy the cron and i have now more error. This appear only when they are job in queue.
Comment #10
Turkish Delight commentedSame error (original)
warning: include_once() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/drupal-5.2/modules/job_queue/job_queue.module on line 62.
Running Drupal 5.7, PHP 5, MySQL 5
Comment #11
Turkish Delight commentedI've applied the patch in update 1 and I do not receive any errors. Has anyone else tried the patch recently?
For those who have not seen the development version yet, in the development version the module reads (not including the "+"):
+ if (!empty($job->file)) {
+ include_once $job->file;
+ }
on the appropriate lines (development's fix is very similar to the patch).
Comment #12
Rand HOPPE commentedI'm getting the error as well. Not sure what to do about it. Any further guidance would be appreciated.
Comment #13
drummThis is fixed in Job queue 3.0.
Comment #14
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.