Project

General

Profile

Actions

Bug #40821

closed

Printview fails with Exception

Added by Mario Rimann about 12 years ago. Updated about 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2012-09-11
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

exception_stacktrace.htm (28.1 KB) exception_stacktrace.htm stacktrace of the mentioned exception Mario Rimann, 2012-09-11 14:04
Actions

Also available in: Atom PDF