Actions
Bug #95786
closedQueryGenerator fails in csv export
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
-
Start date:
2021-10-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When trying to download the csv of the QueryGenerator result (DB Check, Full Search, Advanced Query), this error appears:
fputcsv(): Argument #4 ($enclosure) must be a single character
Since a security patch in CsvUtility, it is no longer possible to use an empty string as csv quote.
The call is made in QueryGenerator->getQueryResultCode().
Should also be the same error in TYPO3 v10.
Updated by Nikita Hovratov about 3 years ago
- Is duplicate of Bug #95734: "Warning: fputcsv(): enclosure must be a character" in DB Check module added
Actions