Hi, after updateing to 2.0.9 when I want to edit an entity in providence i get this error:
Fatal error: Uncaught TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given in /var/www/html/backend/app/lib/Attributes/Values/InformationServiceAttributeValue.php:365 Stack trace: #0 /var/www/html/backend/app/lib/Attributes/Values/InformationServiceAttributeValue.php(365): method_exists() #1 /var/www/html/backend/app/lib/Attributes/Attribute.php(320): InformationServiceAttributeValue->htmlFormElement() #2 /var/www/html/backend/app/models/ca_attributes.php(550): CA\Attributes\Attribute::valueHTMLFormElement() #3 /var/www/html/backend/app/lib/BaseModelWithAttributes.php(2090): ca_attributes::attributeHtmlFormElement() #4 /var/www/html/backend/app/lib/BundlableLabelableBaseModelWithAttributes.php(1804): BaseModelWithAttributes->getAttributeHTMLFormBundle() #5 /var/www/html/backend/app/lib/BundlableLabelableBaseModelWithAttributes.php(2987): BundlableLabelableBaseModelWithAttributes->getBundleFormHTML() #6 /var/www/html/backend/themes/default/views/editor/entities/screen_html.php(57): BundlableLabelableBaseModelWithAttributes->getBundleFormHTMLForScreen() #7 /var/www/html/backend/app/lib/View.php(352): require('...') #8 /var/www/html/backend/app/lib/View.php(292): View->_render() #9 /var/www/html/backend/app/lib/Controller/ActionController.php(184): View->render() #10 /var/www/html/backend/app/lib/BaseEditorController.php(241): ActionController->render() #11 /var/www/html/backend/app/lib/Controller/RequestDispatcher.php(289): BaseEditorController->Edit() #12 /var/www/html/backend/app/lib/Controller/AppController.php(108): RequestDispatcher->dispatch() #13 /var/www/html/backend/index.php(137): AppController->dispatch() #14 {main} thrown in /var/www/html/backend/app/lib/Attributes/Values/InformationServiceAttributeValue.php on line 365
when I uncomment those lines: https://github.com/collectiveaccess/providence/blob/master/app/lib/Attributes/Values/InformationServiceAttributeValue.php#L363-L476
The entity editor works but all metadata elements for information services are gone.
Any Idea on what could be the cause? We use one custom InformationService, but the problem persists even when I remove it from the editor. Apart from that we use wikidata and locnh.
Thanks!