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

mh86’s picture

Status: Active » Fixed

I replaced all the drupal_get_path() with drupal_load('module', 'content'); which is going to fix this issue.
Thanks for reporting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.