Bug #60215
sys_file_processedfile with empty identifier and name fields
Status: | Under Review | Start date: | 2014-07-09 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Benjamin Mack | % Done: | 0% |
|
Category: | - | |||
Target version: | - |
Description
In our installation "empty" sys_file_processedfile entries are created when the image cant be found.
The entries are missing identifier, name, width and height and it seems like they are created when a page is rendered but the image cant be found (but already in sys_file and sys_file_reference). It happens in our installation with a dedicated frontend server where the images are rsync'ed every 5min. So it can happen that an image is not synced yet.
In this case the frontend renders the image in its original size (without proper width and height sadly) and an empty sys_file_processedfile is added (leading to the fact that the image isnt rendered correctly later, even if it is synced).
This seems to be new since 6.2, wasnt happening with 6.1 (at least not in the frontend)
Related issues
History
#1 Updated by Klaus Hinum about 1 year ago
looks like these empty sys_file_processedfile entries are not only created when a image is missing, but also when the frontend page is rendered. I find a lot of empty processedfiles in the DB and they will be regernerated if I delete them (altough the images exist and the frontend output looks good).
#2 Updated by Christian Ludwig about 1 year ago
- Project changed from Core to FAL Indexing
- Assigned To set to Benjamin Mack
There seems to be a problem with the caching. We are often running into the same problem.
I am not sure if this should be handled by FAL Indexer? At least TYPO3 lacks a function to clear processed files as it is still available for the old image handler in the install tool.
At the moment, when we find images that are not scaled at all, we simply TRUNCATE TABLE `sys_file_processedfile`. But this leaves many processed images in numerous processed folders.
#3 Updated by Gerrit Code Review 3 months ago
- Status changed from New to Under Review
Patch set 2 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39373
#4 Updated by Gerrit Code Review 3 months ago
Patch set 3 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/39373