Closed (fixed)
Project:
Content Taxonomy
Version:
6.x-1.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2008 at 02:03 UTC
Updated:
31 Dec 2008 at 21:40 UTC
Hi,
Content_taxonomy_options.install has a drupal_get_path() in line 6. This causes problems if content_taxonomy_options.module is included in an install profile (which is how I'm using it). Various other cck field modules have suffered from the same issue.
See, for example, #285138: CCK 6.x Cannot Be Set Up in Install Profiles.
Thank you.
Comments
Comment #1
mh86 commentedI replaced all the drupal_get_path() with drupal_load('module', 'content'); which is going to fix this issue.
Thanks for reporting.