Actions
Bug #72890
closedFileAllowedTypesValidator Error
Start date:
2016-01-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Form File Upload validation results in an error:
Form configuration:
rules { 6 = fileallowedtypes 6 { showMessage = 1 message = (%allowedTypes) error = Bitte nur PDF-Dateien types = application/pdf element = cv } }
System Log:
Core: Error handler (FE): PHP Warning: implode(): Invalid arguments passed in /typo3_src-7.6.2/typo3/sysext/form/Classes/Domain/Validator/FileAllowedTypesValidator.php line 72
Form has been successfully submitted and also with pdf in the email...
Actions