Closed (fixed)
Project:
Vertical Tabs
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 May 2011 at 15:32 UTC
Updated:
19 May 2011 at 15:51 UTC
Line 98 of vertical_tabs.install calls color_get_info(), which is supplied by the color module.
The vertical_tabs.info file needs to add a line as follows:
dependencies[] = color
If you like, I can roll a patch.
Comments
Comment #1
pillarsdotnet commentedStill getting error 500 "PHP Fatal error: Call to undefined function color_get_info()"
Inserted a line in vertical_tabs.install as follows:
module_load_include('module', 'color');
Comment #2
pillarsdotnet commentedNevermind; I had color_soc08 installed, which apparently conflicts with color.module.