I manually updated the localhost copy of my site to Drupal 7.26 without problem and then attempted to update Openchurch from 7.x-1.11-beta14 to 7.x-1.11-beta15. Initial download and installation through the Drupal interface repeatedly failed due to download issues, so I performed a manual update. After running update.php, both before and after clearing all caches, several warnings appear on many pages in the site.

The warnings are:
Warning: array_filter() expects parameter 2 to be a valid callback, function 'addressfield_field_map_filter' not found or invalid function name in addressfield_token_info_alter() (line 88 of C:\wamp\www\GYT_GAP-Openchurch\profiles\openchurch\modules\contrib\addressfield\addressfield.tokens.inc).
Warning: Invalid argument supplied for foreach() in addressfield_token_info_alter() (line 88 of C:\wamp\www\GYT_GAP-Openchurch\profiles\openchurch\modules\contrib\addressfield\addressfield.tokens.inc).

Additionally, the Drupal status report now claims that the Drupal version is 7.24, rather than 7.26. Before performing the Openchurch update, my site did not display any errors.

Comments

wingmanjd’s picture

If I'm not mistaken, the beta15 version of OpenChurch contains Drupal v7.24. By manually updating to Drupal 7.26 and then OpenChurch beta15 (in that order), I think you reverted the Drupal core back a few versions. I think manually updating core again may fix your issue?

Please correct me if I'm wrong.

drupalninja99’s picture

Exactly. I am going to try to update most of the OC packages now so that we can be up to date

drupalninja99’s picture

Once I update to 7.x-1.11-beta16 you should be all set.

drupalninja99’s picture

Updated here, https://drupal.org/node/2176559. Please look for the dev version. I will test tomorrow and if all goes well I'll create a public release.

drupalninja99’s picture

Status: Active » Needs review
GreenhillYT’s picture

I have updated the site to 7.x-1.11-beta16 and can happily report that there are no error messages displayed. Thank you for the very prompt response.

GreenhillYT’s picture

Status: Needs review » Closed (fixed)