Bug #78258
closedList view CSV export goes out of memory
0%
Description
If you have many records, the CSV export will use all available menory and throw an error.
Steps to reproduce:
1. Go to list module
2. Select folder with many records e.g. fe_users
3. click on the table header to open a "single table mode"
4. click on the export icon
you'll get a out of memory error
The code handling the export is in
typo3/cms/typo3/sysext/recordlist/Classes/RecordList/DatabaseRecordList.php
and when exporting csv it's not using pagination, but removes query limit.
Files
Updated by Gerrit Code Review almost 7 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/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 6 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 7 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 8 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Luis García almost 7 years ago
- File DatabaseRecordList.php DatabaseRecordList.php added
Hello there!
I've just written the XCLASS version for TYPO3 7 LTS. Maybe you could include it in the next 7 LTS release.
Updated by Gerrit Code Review almost 7 years ago
Patch set 9 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 10 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 11 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 12 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 13 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Gerrit Code Review almost 7 years ago
Patch set 14 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56381
Updated by Benni Mack about 5 years ago
- Status changed from Under Review to Accepted
Updated by Daniel Windloff over 4 years ago
- Related to Story #82206: list module enhancements/bugfixes added
Updated by Sybille Peters about 4 years ago
- Tags set to memory, list view, many records, large sites
Updated by Sybille Peters about 4 years ago
- Tags changed from memory, list view, many records, large sites to memory, list view, many records, large-site
Updated by Sybille Peters almost 4 years ago
- Related to Epic #93547: Collection of problems with large sites added
Updated by Oliver Bartsch over 2 years ago
- Status changed from Accepted to Needs Feedback
Hi, we partially reworked the recordlist in v11, including the csv export, which is now called "Download". Could you please check, whether this issue still exists?
Updated by Oliver Bartsch over 2 years ago
- Status changed from Needs Feedback to Closed
No feedback for 90 days, will close the ticket now. If you feel this is still a problem, let me know via Slack and I will re-open the ticket