Closed (fixed)
Project:
Boost
Version:
6.x-1.0-rc2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2009 at 14:27 UTC
Updated:
12 Sep 2009 at 08:30 UTC
Jump to comment: Most recent file
My maillog has been getting spammed on every cron job with the following message:
<b>Fatal error</b>: Call to undefined function taxonomy_node_get_terms() in <b>/var/www/html/sites/all/modules/boost/boost.module</b> on line <b>349</b><br />
Apparently, this is a hidden dependency on the Taxonomy module.
This error is happening because I do not have the taxonomy module enabled.
On this particular server, I do not want taxonomy enabled.
Please fix boost so that this function is called only when the taxonomy module is enabled, if possible.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | boost-560064.patch | 710 bytes | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedYeah I forgot that taxonomy can be disabled, thanks for reporting this!
Comment #2
mikeytown2 commentedcommitted