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.

CommentFileSizeAuthor
#1 grant_help_table.patch5.58 KBxjm
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xjm’s picture

Title: problem during installation with missing _taxonomy_access_grant_help_table » Move _taxonomy_access_grant_help_table() to taxonomy_access.admin.inc
Status: Active » Needs review
FileSize
5.58 KB

Ah, this was fixed in D7, but I guess I never backported it to D6. The function had to be moved from taxonomy.admin.inc to taxonomy.module to accomodate some installation paths.

Attached patch should resolve the issue.

Status: Needs review » Needs work

The last submitted patch, grant_help_table.patch, failed testing.

xjm’s picture

Status: Needs work » Needs review
xjm’s picture

Status: Needs review » Fixed

Fixed in 6.x-1.x ; should be available in a new dev build within 24 hours.
http://drupal.org/commitlog/commit/364/8ef9ae0d3986cd0f07b1061e4b4b33849...

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.