TypeError getAcquiaServiceVersion $service_class null error on acquia_search.apachesolr.inc

Created on 20 December 2022, over 2 years ago
Updated 24 January 2023, about 2 years ago

Problem/Motivation

When we pull the database from prod to dev on Acquia Cloud, the connector has a hard time re-resolving the solr server for that environment for the apachesolr module. When we try to visit the server settings page (/admin/config/search/apachesolr/settings), we get this error:

TypeError: Drupal\acquia_search\ApacheSolrEnvironment::getAcquiaServiceVersion(): Argument #1 ($service_class) must be of type string, null given, called in /var/www/html/docroot/sites/all/modules/acquia_connector/acquia_search/includes/acquia_search.apachesolr.inc on line 71 in Drupal\acquia_search\ApacheSolrEnvironment::getAcquiaServiceVersion() (line 125 of /var/www/html/docroot/sites/all/modules/acquia_connector/acquia_search/src/AcquiaSearchServiceTrait.php).

When I add a conditional to the code, that causes the error to stop and allows me to look at the settings, but I'm not really sure that's the right thing to do in this case.

  foreach ($environments as $environment) {
    if ($environment['service_class']) {
      if ($version = ApacheSolrEnvironment::getAcquiaServiceVersion($environment['service_class'])) {
        $count[$version]++;
        unset($version);
      }
    }
  }
πŸ› Bug report
Status

Fixed

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States loopy1492

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024