I get this error when I run update 6101:

An error occurred. http://localhost:8888/drupal6/update.php?id=40&op=do <br /> <b>Fatal error</b>: Call to undefined function color_get_info() in <b>/Users/todd/Sites/drupal6/sites/all/modules/vertical_tabs/vertical_tabs.install</b> on line <b>38</b><br /> 

Screenshot attached.

CommentFileSizeAuthor
vertical_tabs_update_6101_error.png78.31 KBtodd nienkerk

Comments

rsvelko’s picture

for now just comment the 28th line in the install file - you will lose the colored stylesheet or sth like that - you will probably live happily without it ...

This issue will be dealt with soon - we are discussing it in the "Can't install " thread here.

quicksketch’s picture

Status: Active » Fixed

Fixed in #355938: Can't install - color module dependancy and an undefined func. That's strange that it would cause any problem in the update though, there's already an if (module_exists('color')) { to prevent this from running at all if color module is not available.

Status: Fixed » Closed (fixed)

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