I've installed the module and all modules that are required to use the Taxonomy Field Menu, however when ever I got to admin/structure/taxonomy_field_menu from the structure menu i get the following error...

Fatal error: Call to undefined function field_info_field_map() in C:\sites\www.mysite.com-local\httpdocs\sites\all\modules\taxonomy_field_menu\taxonomy_field_menu.page.inc on line 89

Surprised there's no documentation on this as I would presume this is a major issue regarding this module.

If you need more details please let me know and I'll provide accordingly.

Comments

smiletrl’s picture

What's your Drupal7 version? If it's not the newest release, please try to update to Drupal7.23.

See The Field API's memory usage has been optimized

To iterate on fields and instances across bundles, use the newly added field_info_field_map() when possible.

smiletrl’s picture

Status: Active » Closed (works as designed)

Close it. Feel free to reopen it if it doesn't solve your problem:)

richard.skinner’s picture

Yea i'm running 7.21.

I'll upgrade now.

Thanks for your reply.