// $Id: taxonomy_access.module,v 1.102.2.14.2.13 2008/02/23 20:42:08 keve Exp $
_taxonomy_access_get_nodes_for_term() lives in taxonomy_access_admin.inc, module needs an include_once of the latter.
The error message happens in my site when using taxonomy_manager to delete a term from a freetagging category.
bypassed it by adding the following right before the function call but the real solution should maybe be a bit more elegant?
$path = drupal_get_path('module', 'taxonomy_access');
include_once($path . '/taxonomy_access_admin.inc');
Comments
Comment #1
keve commentedPlease, test patch.
Comment #2
jvlagsma commentedInstalled a fresh download on my test system, confirmed problem exists, patch applied successfully and problem is gone, I can correctly delete a term.
Many thanks for your quick support!
Comment #3
houndbee commentedPatch tested and works.
Comment #4
js1 commentedThis problem exists on the Aug 18, 2008 download. The patch appears to fix the problem.
Comment #5
cpugeniusmv commentedDoes the attached patch fix it as well? This is what I did for 6.x, so I'd rather go with this if it works as well.
Comment #6
cpugeniusmv commentedI went ahead and committed my patch, please reopen if it didn't fix it.
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.