Hi, after installing the module Faceted Browse v1.9.0 on Omeka v4.1.1 with no previous version of the module installed, you get the error below when clicking on the Faceted Browse menu entry:
Omeka S encountered an error
Doctrine\DBAL\Exception\InvalidFieldNameException
An exception occurred while executing ‘SELECT f0_.id AS id_0, f0_.created AS created_1, f0_.modified AS modified_2, f0_.title AS title_3, f0_.resource_type AS resource_type_4, f0_.thumbnail_type AS thumbnail_type_5, f0_.owner_id AS owner_id_6, f0_.site_id AS site_id_7 FROM faceted_browse_page f0_ WHERE f0_.site_id = ? GROUP BY f0_.id ORDER BY f0_.id DESC LIMIT 24’ with params [1]: SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘f0_.thumbnail_type’ in ‘SELECT’
Workaround: download and install v1.8.0 before upgrading to v1.9.0.