Update will not run. This has happened with every openchurch update notice I've gotten. Error msg is "openchurch-7.x-1.11-core.tar.gz does not contain any .info files" when I attempt to run update from admin side; and "The openchurch directory could not be found within the modules directory at /path/to/root/profiles/openchurch, perhaps the project is enabled but has been deleted from disk." when I attempt to run the update via drush. I have had to manually install every openchurch update. Something has got to be wrong somewhere. Any ideas where to start? Btw, the site is up and live functioning just fine with the openchurch profile installed.

Comments

drupalninja99’s picture

You can't update openchurch via the package manager, this is a know problem with Drupal. You have to manually update your Drupal files which is pretty annoying for many people. I wish you could just update OpenChurch as a 'package' like you would a module or theme but that's not how distributions work in Drupal. Drush has the same problem.

drupalninja99’s picture

Status: Active » Closed (works as designed)

This is the easiest way to upgrade via drush, @see the commerce_kickstart documentation:
http://www.drupalcommerce.org/commerce-kickstart-2/install

From the docroot you just do:
drush dl openchurch
drush updatedb -y

You still would have to update core separately.