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.
| Comment | File | Size | Author |
|---|---|---|---|
| vertical_tabs_update_6101_error.png | 78.31 KB | todd nienkerk |
Comments
Comment #1
rsvelko commentedfor 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.
Comment #2
quicksketchFixed 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.