Closed (fixed)
Project:
Spell Checker
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2012 at 14:15 UTC
Updated:
13 Dec 2012 at 00:00 UTC
When I enabled the module I got a WSOD and in my log I saw this error message:
Call to undefined function taxonomy_save_vocabulary()
This function is defined in the taxonomy module which I did not have enabled. After enabling the taxonomy module I could also enable this module. Obviously, this module is missing a dependency to the taxonomy module in the info file.
Comments
Comment #1
kenorb commentedGood point, thanks.