Daniel-KM / Omeka-plugin-BulkImportFiles

Plugin for Omeka to import files in bulk with their internal metadata (exif, iptc and xmp for images, audio and video, pdf, etc.).
3 stars 1 forks source link

Empty plugin configuration page #2

Open jmechnich opened 5 months ago

jmechnich commented 5 months ago

Opening the plugin configuration page from the sidebar results in a white page / 500 error:

PHP Fatal error:  Array and string offset access syntax with curly braces is no longer supported in (...)/plugins/BulkImportFiles/vendor/james-heinrich/getid3/src/GetID3.php on line 264, referer: https://(...)/admin/plugin

It looks like the getid3 version included is not compatible with PHP 7.4+.

In our setup we are using Omeka 3.1.2 with PHP 8.2.

jmechnich commented 5 months ago

I was able to fix it by upgrading getid3 to 2.0.0-beta6 using composer update.