- Issue created by @eameyers
Our customer tries to upload a file and it has the word 'für' in it. This needs to be checked and replaced instead if throwing an "General error: 1267 Illegal mix of collations" error.
Add the check into the uploadIdFromFileId function in the FileFormAlterBase.php line 131
$resup_file_id = iconv('UTF-8', 'ASCII//TRANSLIT', $resup_file_id);
Active
2.0
Code