You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On latest tag=2.0.3 with fresh clone and make clean, then make demo build and Drupal install got to the point after importing 'islandora_tags' then failed with a search_api_solr error:
The text was updated successfully, but these errors were encountered:
kayakr
changed the title
make demo fails with PHP Fatal error: Uncaught TypeError: array_filter() in search_api
make demo fails with PHP Fatal error: Uncaught TypeError: array_filter() in search_api_solr
Oct 11, 2023
FWIW, docker compose exec -T drupal with-contenv bash -lc 'composer require "drupal/search_api_solr:4.3.0 as 4.2" -W' worked to get Search API Solr working.
The make demo command has been replaced by documentation.
$ make demo
make demo has been removed. To create a demo site, please follow the instructions at https://islandora.github.io/documentation/installation/docker-local/
On latest tag=2.0.3 with fresh clone and
make clean
, thenmake demo
build and Drupal install got to the point after importing 'islandora_tags' then failed with asearch_api_solr
error:The text was updated successfully, but these errors were encountered: