bithost-gmbh / pdfviewhelpers

TYPO3 CMS extension that provides various Fluid ViewHelpers to generate PDF documents.
GNU General Public License v3.0
44 stars 19 forks source link

System requirements? #203

Closed createdwithlove closed 2 years ago

createdwithlove commented 2 years ago

I've tried the extension in a local ddev installation but wasn't able to get a pdf. No error or something in the logs, just an empty page where I expected the generated PDF. After playing arround with no solution I tried it on our "real" dev server and it worked like expected! Are their any system requirements to the host or missed I something in the docs?

maechler commented 2 years ago

@createdwithlove Apart from the supported PHP versions I do not think that we have any special requirements. It might be that we are using some PHP extension without explicitly stating it however. But I think any system that can run TYPO3, should also be able to run our extension.

Can you maybe provide steps on how to reproduce this with ddev? Or can you try to get some error logs nevertheless?

createdwithlove commented 2 years ago

Just started testing with a new DDEV setup and everything works fine. I blame it on the fact that it was monday …