In function metatag_taxonomy_facets_get_searcher_metatags_data() checked for entity but not checks metatags property exists.
there is entity without metatags property:

For this entity on line 274 try to use metatags property and getting error.
$result['entity_metatags'] = $entity ? $entity->metatags : array(LANGUAGE_NONE => metatag_config_load($config->instance)->config);
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3039936-undefined-property-metatags-metatag_taxonomy_facets_get_searcher_metatags_data-2.patch | 1.03 KB | armrus |
| entity-metatags.png | 16.13 KB | armrus |
Comments
Comment #2
armrus commentedThere is patch for fix it
Comment #4
potop commented@armrus thank you for the issue and the patch!
changed the code a bit before committing.