PHP Fatal error: Declaration of Common\View\Helper\DataTypeBefore420::getSelect($name, $value = null, $attributes = []) must be compatible with Omeka\View\Helper\DataType::getSelect($name, $value = null, $attributes = [], $options = []) in /home/sunny/Documents/omeka-s/modules/Common/src/View/Helper/DataTypeBefore420.php on line 34
This causes the /admin/item/add route to 500.
and breaks the CSS for the page:
Adding $options=[]
to the getSelect function in the Common module fixes this but I suspect that may not be the right way to fix this. This is using the latest Common Module version and version 4.2.0-alpha of Omeka-s.
We have an instance running version 4.1.1 that doesn’t seem to be having the same issue so it seems that perhaps the Common module isn’t currently compatible with the latest alpha version of omeka, which is understandable.