Closed (fixed)
Project:
User Points
Version:
6.x-1.x-dev
Component:
Code: userpoints API
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Nov 2008 at 19:43 UTC
Updated:
23 Jan 2009 at 18:10 UTC
D5.12
Taxonomy module not enabled.
Userpoints 5.x-3.7
Userpoints_contrib 5.x-3.0: invite
Userpoints_contrib 5.x-3.0: role exempt
Userpoints working without problems before upgrade from '5.x-2.16' to '5.x-3.7'. Update of database successful without any errors. Error message thrown when clicking 'admin> manage points'.
Fatal error: Call to undefined function taxonomy_save_vocabulary() in C:\xampp\htdocs\drupal\sites\demo.robertmaxim.local\modules\userpoints\userpoints.module on line 1689
Any ideas as to the cause of this error message?
Comments
Comment #1
kbahey commented@WiredEscape
If you enable the taxonomy module, this problem will go away.
@jredding
We need to wrap all the calls that depend on taxonomy in :
And allow the module to operate without taxonomy enabled.
Comment #2
wiredescape commentedThe simple fix was to enable Taxonomy.
The error ceases, but should there not be a check for whether the Taxonomy module is enabled before calling this function?
Comment #3
wiredescape commentedFast reply! You beat me to the punch.
Comment #4
jredding commentedfixed in both 5 and 6