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

pillarsdotnet’s picture

Still 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');

pillarsdotnet’s picture

Status: Active » Fixed

Nevermind; I had color_soc08 installed, which apparently conflicts with color.module.

Status: Fixed » Closed (fixed)

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