Bug #91367
closedTYPO3 9.5.17 error with ext:form and upload fields
Added by Raphael Zschorsch over 4 years ago. Updated over 4 years ago.
100%
Description
With TYPO3 9.5.17, I have an error, when adding a file or image upload field to ext:form. Also, the error occurs, when trying to edit a form with such a field through backend UI.
Oops! Something went wrong.
Please contact your administrator.
Technical Reason:
Invalid parameter "key" (1475361755)
With TYPO3 9.5.16 everything works fine.
Files
Bildschirmfoto 2020-05-12 um 16.05.24.png (35.8 KB) Bildschirmfoto 2020-05-12 um 16.05.24.png | Raphael Zschorsch, 2020-05-12 16:06 |
Updated by Raphael Zschorsch over 4 years ago
Same thing happens with TYPO3 10.4.2.
In version 10.4.1, there's no error.
Updated by Andreas Kießling over 4 years ago
The jQuery patch seems to be responsible, after reverting https://github.com/TYPO3/TYPO3.CMS/commit/14849c32c430947d5575f8cfaf51017d8f5df100 the form works again.
Updated by Oliver Hader over 4 years ago
Stack Trace analysis v10.4.2
Error: Invalid parameter "key" (1475361755) at Object.assert (VM724 Core.js:124) at Object.get (VM724 Core.js:791) at renderFileUploadTemplates (VM728 StageComponent.js:1095) at _renderTemplateDispatcher (VM728 StageComponent.js:250) at _renderNestedSortableListItem (VM728 StageComponent.js:328) at _renderNestedSortableListItem (VM728 StageComponent.js:338) at renderFormDefinitionPageAsSortableList (VM728 StageComponent.js:549) at Object.renderAbstractStageArea (VM728 StageComponent.js:765) at render (VM722 ViewModel.js:1005) at renderAbstractStageArea (VM722 ViewModel.js:1054)
A bunch of variables seem to be undefined at
at renderFileUploadTemplates (VM728 StageComponent.js:1095)
Updated by Gerrit Code Review over 4 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64479
Updated by Oliver Hader over 4 years ago
Potential regular expression to search for occurrences (contains false-positives as well)
<[a-z]+(?!:)(?:\s+[^>\/]+)\s*\/\s*>
Updated by Oliver Hader over 4 years ago
- Related to Bug #91334: XSS in jQuery <3.5.0 added
Updated by Oliver Hader over 4 years ago
- Related to Bug #91405: Form editor fails when editing FileUpload fields due to changes in how jQuery parses html with 3.5.0 added
Updated by Oliver Hader over 4 years ago
- Related to deleted (Bug #91405: Form editor fails when editing FileUpload fields due to changes in how jQuery parses html with 3.5.0)
Updated by Oliver Hader over 4 years ago
- Has duplicate Bug #91405: Form editor fails when editing FileUpload fields due to changes in how jQuery parses html with 3.5.0 added
Updated by Oliver Hader over 4 years ago
- Related to Bug #91379: form: finisher configuration not visible added
Updated by Gerrit Code Review over 4 years ago
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64493
Updated by Oliver Hader over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 2398785187709caeda1359773d65a7709596d21f.
Updated by Oliver Hader over 4 years ago
- Related to deleted (Bug #91379: form: finisher configuration not visible)
Updated by Oliver Hader over 4 years ago
- Has duplicate Bug #91379: form: finisher configuration not visible added
Updated by Oliver Hader over 4 years ago
- Related to Bug #91410: Form Module doesn't show finisher after recent TYPO3 9.5.17 security fixes added
Updated by Andreas Kienast over 4 years ago
- Has duplicate Bug #91426: Form Extension: FileUpload field produces javascript error added
Updated by Andreas Kienast over 4 years ago
- Has duplicate Bug #91437: Form error on FileUpload section added