If Upgrading to 1.7 directly from 1.4 or earlier (if updates 7005 and 7006 have not yet been run), then they fail because redhen_org_machine_name() has been removed.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nadavoid’s picture

nadavoid’s picture

Priority: Major » Normal
darkodev’s picture

Thanks for this patch. Worked well for us when skipping versions of Redhen prior to 1.8. I found this issue buried in search results, so in case anyone else is copying from watchdog, this might help the crawlers:

Call to undefined function redhen_org_machine_name() in [...] redhen/modules/redhen_org/redhen_org.install, line 463

arosboro’s picture

Status: Active » Reviewed & tested by the community

This patch helped me to update redhen to 1.8 and deploy successfully.

levelos’s picture

Status: Reviewed & tested by the community » Needs work

As is, this would then break any updates from 1.5 or 1.6. The proper handling is likely to recreate the function redhen_org_machine_name() in the installer.