I just updated the Search API Solr Search module to 7.x-1.14 along with the accompanying Sarnia 1.14 update and I'm now getting the following error:

Recoverable fatal error: Object of class SarniaSearchApiSolrField could not be converted to string in drupal_map_assoc() (line 2829 of /var/www/html/includes/common.inc).

I had a quick look and line 2829 doesn't seem to convert anything to a string - or at least it should not:

return $array;

Sadly, I don't have much more information.

Comments

roderickgadellaabsl created an issue. See original summary.

jmdeleon’s picture

A hasty update made to match the parameter count in the new call to getExcerpt in Search API Solr...

The attached patch here to the Sarnia module now matches the behaviour in Search API Solr.

  • jmdeleon committed d5e6572 on 7.x-1.x
    Issue #3006001 by jmdeleon: Object of class SarniaSearchApiSolrField...
roderickgadellaabsl’s picture

Looks like that fixed it. Thanks!

jmdeleon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.