CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #38411

wrong filepath used

Added by Tim Spiekerkötter 12 months ago. Updated about 1 month ago.

Status:New Start date:2012-06-26
Priority:Must have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 1 (View)

Description

In file typo3conf/ext/webkitpdf/pi1/class.tx_webkitpdf_pi1 on line 73 you use t3lib_div::getIndpEnv('TYPO3_DOCUMENT_ROOT') this is wrong, you should use the constant PATH_site like this:

$this->outputPath = PATH_site;

and then remove the first shlash from '/typo3temp/tx_webkitpdf/' so you have 'typo3temp/tx_webkitpdf/'.

see here: http://forge.typo3.org/issues/16335

Also available in: Atom PDF