warning: Invalid argument supplied for foreach() infeedapi_taxonomy_compare/feedapi_taxonomy_compare.module on line 103.
          foreach ($vocabs_compare as $vid => $enabled) {
            if ($enabled) {
              if ($vid == $term_found->vid) {
                //save nid and term object in array to save later
                $terms_keep[] = $term_found;
                $terms_remove[] = $term;
              }
            }

Comments

indytechcook’s picture

Assigned: Unassigned » indytechcook
Priority: Normal » Critical

Thanks. I'll post a fix tonight.

indytechcook’s picture

kenorb, Did you have any vocabularies selected on admin/settings/feedapi_taxonomy_compare_settings?

indytechcook’s picture

Version: 6.x-1.1 » 6.x-1.2
Status: Active » Fixed

This should be fixed in version 1.2 Please let me know if it is not.

Status: Fixed » Closed (fixed)

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