As the wrapper: taxonomy module replaces Drupal's core taxonomy module, it cannot reference a function defined in the one it replaces. Yet it references _taxonomy_term_select() several times, causing a PHP Fatal error: call to undefined function.

I am providing a patch which simply adds the missing function in, copied directly from core's taxonomy module.

Comments

tjmoyer’s picture

(Renaming file to reflect issue #.)

tjmoyer’s picture

Sorry, had an error with the fist patch. Here's the one that worked for me.