- 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; }
- Status changed to Fixed
about 1 month ago 9:29am 4 June 2025 Automatically closed - issue fixed for 2 weeks with no activity.