Daniel-KM / Omeka-S-module-Reference

Module for Omeka S to add glossary pages with the alphabetical indexes of specified classes and properties.
Other
3 stars 1 forks source link

General settings problem #16

Closed meriotb closed 1 year ago

meriotb commented 2 years ago

Hi, I have the module installed with the latest version 3.4.38.3.

When in the general settings I check the option 'Index reference metadata', the following error is generated: ParseError syntax error, unexpected ')' Détails : ParseError: syntax error, unexpected ')' in /applis/omekas/home/www/omeka-s/modules/Reference/src/Job/UpdateReferenceMetadata.php:48

The line in question is the following: $this->logger->notice( 'Starting creation of reference metadata.', // @translate );

Removing the comma solves the problem.

Daniel-KM commented 1 year ago

Ok, it depends on version of php. It's fixed in last version.