I'd installed taxonomy_access under Drupal 7 to experiment with various methods of access control. After uninstalling it (through modules-->Uninstall), I'm getting this when creating a new forum post:

Fri Apr 27 10:48:51 2012] [error] [client 172.22.10.76] PHP Fatal error: Call to undefined function _taxonomy_access_term_options() in /home/www/hdb/new.scisdragons.net/modules/taxonomy/taxonomy.module on line 1336, referer: http://new.scisdragons.net/forum/15

The apache error above makes my forums unavailable.

Comments

xjm’s picture

Status: Active » Closed (duplicate)

This sounds like a duplicate of #1358106: Clean up options list callback on module disable (related to a core bug, #1281732: Fatal error when taxonomy_options_list() tries to call an undefined callback function). If this is still causing issues for you, try the following:

  1. Re-enable TAC.
  2. Update TAC to the latest 7.x-1.x-dev.
  3. Run update.php.
  4. Disable and uninstall the module.

If that doesn't resolve the issue, set the status back to "active." Thanks!

bobsu’s picture

Issue summary: View changes

#1 It to fix my problem.Thanks.