Bug #40821
closedPrintview fails with Exception
0%
Description
We've configured a print view to be rendered as typeNum = 98 with the following snippet of Typoscript:
alt_print = PAGE alt_print { typeNum = 98 5 = TEXT 5.value = foobar 10 < styles.content.get }
The regular view on that page (typeNum = 0) works flawlessly - but as soon as the page is rendered with type=98 as URL parameter, the following Exception is thrown as soon as one or more Content Elements of type "text/image" are visible on that page.
TYPO3\CMS\Core\Resource\Exception\FileDoesNotExistException thrown in file /path/to/typo3/sysext/core/Classes/Resource/Driver/AbstractDriver.php in line 400
(Stack-Trace attached)
As soon as these content elements are hidden again and the page is either empty or contains content elements of other types, the print view is rendered without problems.
Files
Updated by Jigal van Hemert about 12 years ago
- Category changed from Content Rendering to File Abstraction Layer (FAL)
- Status changed from New to Accepted
FAL throws these exceptions when files are for some reason not found.
Updated by Georg Ringer about 12 years ago
- Status changed from Accepted to Needs Feedback
cannot reproduce with current master, can you check again with a clean one?
Updated by Andreas Wolf about 12 years ago
I could also not reproduce this. Do you have any special setup?
The point is - as far as I can tell from the backtrace - that the file is mysteriously not found anymore when the type changes. I cannot really explain this - maybe the underlying bug has been fixed in the meantime?
Updated by Steffen Ritter about 12 years ago
- Status changed from Needs Feedback to Closed
closed, no further feedback and not reproducable for me, too.