- Merge request !18Issue #3302484: commerceguys/addressing 1.4 compatibility → (Closed) created by mglaman
- 🇧🇭Bahrain drattar
i don't solve it by Downgrading commerceguys/addressing.
however i face similar error, but with small differences
Fatal error: Declaration of Drupal\address\Repository\CountryRepository::loadDefinitions($locale) must be compatible with CommerceGuys\Addressing\Country\CountryRepository::loadDefinitions(string $locale): array in /home/***/public/modules/contrib/address/src/Repository/CountryRepository.php on line 43
instead on line 38.
my issue are here 💬 White page, on all nodes that use Address module Fixed - 🇺🇸United States Todd Zebert Los Angeles, CA
I agree with dratta that the
3302484-28-for-8.x-1.9.patch
in #28 does not work, at least not with 'drupal/address:1.9' and the resulting "commerceguys/addressing":"v1.4.2" (resulting from the module'scomposer.json
's requirement of"commerceguys/addressing": "^1.0.7"
. - 🇺🇸United States Todd Zebert Los Angeles, CA
This patch is for 'drupal/address:1.9' (last D8 module) and the resulting Composer dependency "commerceguys/addressing":"v1.4.x", tested and working.