- Issue created by @_shy
- @_shy opened merge request.
- Status changed to Fixed
over 1 year ago 5:20pm 31 July 2023 Automatically closed - issue fixed for 2 weeks with no activity.
After adding the block with taxonomy facets faced an error:
Drupal\Core\Database\DatabaseExceptionWrapper: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'drupal.url_alias' doesn't exist: SELECT "u"."alias" AS "alias" FROM "url_alias" "u" WHERE "source" = :db_condition_placeholder_0; Array ( [:db_condition_placeholder_0] => /taxonomy/term/10 ) in Drupal\taxonomy_facets\MenuLeaf->getTermUrlAlias() (line 91 of /var/www/html/web/modules/contrib/taxonomy_facets/src/MenuLeaf.php).
Fixed
Code
Automatically closed - issue fixed for 2 weeks with no activity.