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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3006001-sarnia-SarniaSearchApiSolrField-not-converted.patch | 525 bytes | jmdeleon |
Comments
Comment #2
jmdeleon commentedA 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.
Comment #4
roderickgadellaabsl commentedLooks like that fixed it. Thanks!
Comment #5
jmdeleon commented