Islandora / documentation

Contains islandora's documentation and main issue queue.
MIT License
104 stars 71 forks source link

[BUG] Islandora IIIF PHP warnings #2338

Open kayakr opened 3 months ago

kayakr commented 3 months ago

What steps does it take to reproduce the issue? When using Islandora IIIF module to provide a manifest for Mirador, I get PHP warnings:

I am not using hOCR.

Which version of Islandora are you using? 2.12.2 (also reported on 2.12.3)

Which method did you use to install your Islandora instance? (manually, ISLE, playbook, etc.) ISLE / lando

Any related open or closed issues to this bug report? None found

kayakr commented 3 months ago

The search_endpoint warning is resolved in Islandora 2.12.3 via search_endpoint

adam-vessey commented 3 months ago

Suspecting something like this should do the trick, to avoid blindly attempting to use a structured_text_term_uri value that might not be present: https://github.com/Islandora/islandora/pull/1047

alxp commented 3 months ago

I just tested the latest 2.x branch of drupal/islandora and see no errors or warnings relating to IIIF when viewing content in a base isle-dc + starter site install.

I do see a warning related to the Article content type configuration:

row 6 Message Entity view display 'node.article.default': Component 'comment' was disabled because its settings depend on removed dependencies. column 2

which looks like a separate issue with the starter site.

But once we make a release that includes @adam-vessey 's PR commit the IIIF warnings should go away.

By way of mea culpa , I did not test enough on a basic starter site that didn't have everything like the search endpoint set up.

kayakr commented 3 months ago

@alxp FYI the "Message Entity view display 'node.article.default': Component 'comment' was disabled because its settings depend on removed dependencies" is likely arising from a core issue https://www.drupal.org/node/3306434