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
Comment #1
tjmoyer commented(Renaming file to reflect issue #.)
Comment #2
tjmoyer commentedSorry, had an error with the fist patch. Here's the one that worked for me.