Hello,
It looks like the file search_api_solr.views.inc is using a wrong path.

use Drupal\search_api\Exception\SearchApiException;

I think it should be

use Drupal\search_api\SearchApiException;
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

TuWebO created an issue. See original summary.

TuWebO’s picture

Status: Active » Needs review
FileSize
386 bytes

Patch attached.

borisson_’s picture

Status: Needs review » Reviewed & tested by the community
borisson_’s picture

The latest patch in #2659236: Fatal error: Call to undefined method Drupal\search_api\Entity\Index::getServer() removes that, so I think we can close this issue?

Berdir’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

Yes.