You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use pages as categories.
When I add an image to a page in the media field I get warning in the TYPO3 logs like: [WARNING] request="cf5365043c4f8" component="TYPO3.CMS.Frontend.ContentObject.ContentObjectRenderer": The image "uploads/tt_products/1" could not be found and won't be included in frontend output - {"exception":"TYPO3\\CMS\\Core\\Resource\\Exception\\FolderDoesNotExistException: Folder \"/uploads/tt_products/1/\" does not exist. in /TYPO3.CMS/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php:273 Stack trace: [...]
I found that it's because tt_products doesn't handle FAL.
Setting displayListCatHeader = 0 mitigate the issue for the LIST code but it's still present for SINGLE view.
Is it possible to configure tt_products to handle FAL images?
If not, this sounds like a small bug.
The text was updated successfully, but these errors were encountered:
The warning appears when browsing the frontend not the backend.
Also, I debugged it and I'm pretty sure that it's because the media field of table pages of TYPO3 8.7 is FAL so tt_products searches for uploads/tt_products/1 instead of uploads/tt_products/image.jpg
franzholz
changed the title
tt_products and FAL image
page as categories: tt_products and FAL image
May 25, 2020
I use pages as categories.
When I add an image to a page in the
media
field I get warning in the TYPO3 logs like:[WARNING] request="cf5365043c4f8" component="TYPO3.CMS.Frontend.ContentObject.ContentObjectRenderer": The image "uploads/tt_products/1" could not be found and won't be included in frontend output - {"exception":"TYPO3\\CMS\\Core\\Resource\\Exception\\FolderDoesNotExistException: Folder \"/uploads/tt_products/1/\" does not exist. in /TYPO3.CMS/typo3/sysext/core/Classes/Resource/Driver/LocalDriver.php:273 Stack trace: [...]
I found that it's because tt_products doesn't handle FAL.
Setting
displayListCatHeader = 0
mitigate the issue for the LIST code but it's still present for SINGLE view.Is it possible to configure tt_products to handle FAL images?
If not, this sounds like a small bug.
The text was updated successfully, but these errors were encountered: