mittwald / typo3-web2pdf

A TYPO3 extension for rendering content as PDF
GNU General Public License v2.0
18 stars 20 forks source link

Zero bytes files since upgrade to 11 #130

Closed ElectricMud closed 10 months ago

ElectricMud commented 2 years ago

Since the upgrade to TYPO3 11.5 I get PDF-files that are zero bytes. Am I missing something? Are there additional requirements?

derhansen commented 1 year ago

Basically this should work out-of-the-box. Did you notice, that the TypoScript files have been renamed (see https://github.com/mittwald/typo3-web2pdf/releases/tag/v3.0.0). If you included the TypoScript files of the extension like <INCLUDE_TYPOSCRIPT: source="FILE:EXT:web2pdf/Configuration/TypoScript/setup.txt">, you must change this to <INCLUDE_TYPOSCRIPT: source="FILE:EXT:web2pdf/Configuration/TypoScript/setup.typoscript"> (both for constants and setup).

derhansen commented 10 months ago

Closing issue, since no feedback