When I want to save a document in Typo3 BE, I get several error messages. The error message occurs both when I want to save the data record without or with changes.
Each of the two lines is repeated x times:
12 times:
PHP Warning
Core: Error handler (BE): PHP Warning: DOMXPath::evaluate(): Undefined namespace prefix in /var/www/typo3/packages/bfallert/presentation/Classes/Common/MetsDocument.php line 797
6 time:
PHP Warning
Core: Error handler (BE): PHP Warning: DOMXPath::evaluate(): Undefined namespace prefix in /var/www/typo3/packages/bfallert/presentation/Classes/Common/MetsDocument.php line 850
Reproduction
Steps to reproduce the behaviour:
Open Typo3-BE
Select your "Data-Folder"
Select / Click on "List"
Scroll down to "Documents"
Select a document
Click on "edit record"
Click on "Save"
See the error
Expected Behavior
No error message
Screenshots and Examples
Environment
OS version: Debian GNU/Linux 11 (bullseye)
RDBMS version: MySQL 5.5.5-10.5.23-MariaDB-0+deb11u1
Description
When I want to save a document in Typo3 BE, I get several error messages. The error message occurs both when I want to save the data record without or with changes.
Each of the two lines is repeated x times:
12 times: PHP Warning Core: Error handler (BE): PHP Warning: DOMXPath::evaluate(): Undefined namespace prefix in /var/www/typo3/packages/bfallert/presentation/Classes/Common/MetsDocument.php line 797
6 time: PHP Warning Core: Error handler (BE): PHP Warning: DOMXPath::evaluate(): Undefined namespace prefix in /var/www/typo3/packages/bfallert/presentation/Classes/Common/MetsDocument.php line 850
Reproduction
Steps to reproduce the behaviour:
Expected Behavior
No error message
Screenshots and Examples
Environment
Additional Context
Add any other context about the problem here.