- Issue created by @DamienMcKenna
- πΊπΈUnited States DamienMcKenna NH, USA
FWIW wrapping the code in a try-catch block works around the issue, e.g:
try { $installed_version = InstalledVersions::getPrettyVersion('drupal/search_api_solr'); } catch (\Exception $e) { return self::SEARCH_API_SOLR_MIN_SCHEMA_VERSION; }