When upgrading an OA install from 7.x-2.24 to 7.x-2.41, drush throws a fatal error on an update to Apps (7102)
Error: Call to undefined function apps_include() in (root path)\profiles\openatrium\modules\contrib\apps\apps.install, line 36
Any ideas why this might be? I've otherwise followed the update process at https://www.drupal.org/node/2321627 to the letter.
Comments
Comment #1
zxaos commentedtypo
Comment #2
hefox commentedhm, apps not enabled?
Comment #3
zxaos commentedYep, the Apps module isn't on. I'll try enabling it and giving the update another shot.
Comment #4
hefox commentedThe update doesn't really matter with apps disabled, other then it error out the install
I've committed a fix to apps itself that will exit out of the update if apps is disabled, but don't think releasing a new version of apps is warranted for that (and nothing else is in pipeline for apps to my knowledge).
For anyone else that encounters this issue, please either enable apps or completely uninstall it (updates run for enabled and disabled modules, but not for uninstalled).