Bug #38411
wrong filepath used
| 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