While installaling the 6.X-1.3 version i've got an error due to a function used in
function taxonomy_access_help($path, $arg) {
of taxonomy_access.module
The undefined function called _taxonomy_access_grant_help_table
Per aps it's specific to my installation where per aps I have a uninstalled module (linked to help ?).
I've just commented out the function, but would it be possible to fix this :
- Include a dependency ?
- Don't use this function ?
In fact when installed with this error, all other function of tac don't seem to work.
Comments
Comment #1
xjmAh, this was fixed in D7, but I guess I never backported it to D6. The function had to be moved from
taxonomy.admin.inctotaxonomy.moduleto accomodate some installation paths.Attached patch should resolve the issue.
Comment #3
xjmComment #4
xjmFixed in 6.x-1.x ; should be available in a new dev build within 24 hours.
http://drupal.org/commitlog/commit/364/8ef9ae0d3986cd0f07b1061e4b4b33849...