Sybille

Results 73 issues of Sybille

`[getTSFE().type == 31311 || getTSFE().type == 31312 || getTSFE().type == 31319]` https://github.com/in2code-de/powermail/blob/77077c6965f3701de9062d0208b4fb6b5e0e7713/Configuration/TypoScript/Powermail_Frontend/setup.typoscript#L116C1-L116C80 should be `[getTSFE()?.type == 31311 || getTSFE()?.type == 31312 || getTSFE()?.type == 31319]` see official TYPO3 docs: >...

bug

I have a problem which is a little obscure and AFAIK not an extractor bug, but hopefully it is possible to find a solution. ## Reproduce Can be reproduced with...

for example: Encrypted PDF file * all extractors are executed: exiftool, pdfinfo, php * the extractors exiftool, pdfinfo do not return anything for title * the PHP extractor returns several...