Undefined array key "_originalIdentifier" in CopyService.php line 299
Closed this issue · 4 comments
imminger commented
With TYPO3 11.5.16, EXT:form 11.5.16 and PHP 8.0.18 an error occurs when a form with repeatable form elements is submitted. Issue might be caused by PHP 8.0.
Steps to reproduce issue:
- Insert attached sample form.yaml on page ([Test Form.zip])(https://github.com/tritum/repeatable_form_elements/files/9734280/Test.Form.zip)
- Go to frontend, fill out form and put at least 2 values in repeatable container
- Submit form
Result: PHP Warning: Undefined array key "_originalIdentifier" in /var/www/html/packages/repeatable_form_elements/Classes/Service/CopyService.php line 299
bh-teufels commented
I have the same issue - when will the fix from asakurayoh (thank you by the way) be merged in master?
markustobler commented
Could you please merge the fix from asakurayoh?
ma-gu-16 commented
same error here.
tritum commented
I've just merged the patch. Thank you guys for bringing this up to our attention.