Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

page as categories: tt_products and FAL image #36

Open
webian opened this issue Sep 5, 2018 · 3 comments
Open

page as categories: tt_products and FAL image #36

webian opened this issue Sep 5, 2018 · 3 comments

Comments

@webian
Copy link
Contributor

webian commented Sep 5, 2018

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.

@franzholz
Copy link
Owner

This is about the TYPO3 backend. This must be handled by TYPO3. Maybe there is no write access ot uploads/pics .

@webian
Copy link
Contributor Author

webian commented Sep 5, 2018

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 franzholz changed the title tt_products and FAL image page as categories: tt_products and FAL image May 25, 2020
@franzholz
Copy link
Owner

The option "pages as categories" is not supported so well.
I will improve this only if I am paid for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants