Displaying a FAQ Page while the Taxonomy Image module is enabled causes the following error:
Fatal error: Call to undefined function taxonomy_image_display() in /var/www/html/cm7/sites/all/modules/faq/includes/faq.questions_top.inc on line 122
Anyway, I'm not sure if this issue is related to the FAQ or Taxonomy Image module.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | faq-taxonomy_image_display-1966686.patch | 2.1 KB | berenddeboer |
Comments
Comment #1
joachim commentedDoes taxonomy_image_display() still exist in the D7 version of that module?
Comment #2
GStegemann commentedNo, as of current not.
Comment #2.0
GStegemann commentedSpelling corrected.
Comment #3
berenddeboer commentedThe function exists in the released version, not in the current dev version. The dev version is rewritten drastically (using field formatter), so I opted to simply check if that function still existed. That allows people to run the dev version.
Comment #4
berenddeboer commentedComment #5
andrey.troeglazov commentedComment #6
andrey.troeglazov commentedComment #8
andrey.troeglazov commentedI added it to 7x but it should be completely removed in d8 version.