Error Object of class Laminas\Form\View\Helper\FormText could not be converted to string

Hi, after updating the core to version 4 and all plugins (except DataScribe) the system gives me this error when editing an item, can you help me?
Do I have to change something in the database?
Thank you very much,

Here’s the complete error message:

Omeka S encountered an error

Error
Object of class Laminas\Form\View\Helper\FormText could not be converted to string

Details:

Error: Object of class Laminas\Form\View\Helper\FormText could not be converted to string in /var/www/html/modules/Wikidata/view/common/data-type/suggested.phtml:8 Stack trace: #0 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(519): include() #1 /var/www/html/vendor/laminas/laminas-view/src/Helper/Partial.php(63): Laminas\View\Renderer\PhpRenderer->render() #2 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(407): Laminas\View\Helper\Partial->__invoke() #3 /var/www/html/modules/ValueSuggest/src/DataType/AbstractDataType.php(55): Laminas\View\Renderer\PhpRenderer->__call() #4 /var/www/html/application/src/View/Helper/DataType.php(105): ValueSuggest\DataType\AbstractDataType->form() #5 /var/www/html/application/view/common/data-type-wrapper.phtml(14): Omeka\View\Helper\DataType->getTemplate() #6 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(519): include(‘/var/www/html/a…’) #7 /var/www/html/vendor/laminas/laminas-view/src/Helper/Partial.php(63): Laminas\View\Renderer\PhpRenderer->render() #8 /var/www/html/application/src/View/Helper/DataType.php(97): Laminas\View\Helper\Partial->__invoke() #9 /var/www/html/application/view/common/resource-form-templates.phtml(36): Omeka\View\Helper\DataType->getTemplates() #10 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(519): include(‘/var/www/html/a…’) #11 /var/www/html/vendor/laminas/laminas-view/src/Helper/Partial.php(63): Laminas\View\Renderer\PhpRenderer->render() #12 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(407): Laminas\View\Helper\Partial->__invoke() #13 /var/www/html/application/view/omeka/admin/item/form.phtml(73): Laminas\View\Renderer\PhpRenderer->__call() #14 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(519): include(‘/var/www/html/a…’) #15 /var/www/html/vendor/laminas/laminas-view/src/Helper/Partial.php(63): Laminas\View\Renderer\PhpRenderer->render() #16 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(407): Laminas\View\Helper\Partial->__invoke() #17 /var/www/html/application/view/omeka/admin/item/edit.phtml(25): Laminas\View\Renderer\PhpRenderer->__call() #18 /var/www/html/vendor/laminas/laminas-view/src/Renderer/PhpRenderer.php(519): include(‘/var/www/html/a…’) #19 /var/www/html/vendor/laminas/laminas-view/src/View.php(194): Laminas\View\Renderer\PhpRenderer->render() #20 /var/www/html/vendor/laminas/laminas-view/src/View.php(222): Laminas\View\View->render() #21 /var/www/html/vendor/laminas/laminas-view/src/View.php(187): Laminas\View\View->renderChildren() #22 /var/www/html/vendor/laminas/laminas-mvc/src/View/Http/DefaultRenderingStrategy.php(98): Laminas\View\View->render() #23 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\View\Http\DefaultRenderingStrategy->render() #24 /var/www/html/vendor/laminas/laminas-eventmanager/src/EventManager.php(171): Laminas\EventManager\EventManager->triggerListeners() #25 /var/www/html/vendor/laminas/laminas-mvc/src/Application.php(360): Laminas\EventManager\EventManager->triggerEvent() #26 /var/www/html/vendor/laminas/laminas-mvc/src/Application.php(341): Laminas\Mvc\Application->completeRequest() #27 /var/www/html/index.php(21): Laminas\Mvc\Application->run() #28 {main}

The error appears to be coming from the Wikidata module… it looks from the error message like you may have some old files from a previous version of that module still in place. Try deleting the Wikidata folder completely and unzipping the current zip of the module in its place again, so you’re sure to only have the files from the current version of the module there.

100% correct!
It fixed the problem! Thanks a lot!