sitegeist / fluid-components

Encapsulated frontend components with Fluid's ViewHelper syntax for TYPO3
https://fluidcomponents.sitegeist.de/
GNU General Public License v2.0
54 stars 21 forks source link

Check Content Escaping command fails #132

Closed infabo closed 1 year ago

infabo commented 1 year ago
 ddev typo3cms fluidcomponents:checkContentEscaping

image

s2b commented 1 year ago

This should be fixed in master already. This happens if the command doesn't find any template directories. Could you check dev-master?

infabo commented 1 year ago

No, it happens when using typo3-composer-installers 4 or 5.

 return strpos($package->getPackagePath(), Environment::getExtensionsPath()) === 0;

image

infabo commented 1 year ago

see https://github.com/sitegeist/fluid-components/blob/3.5.0/Classes/Command/CheckContentEscapingCommand.php#L255

infabo commented 1 year ago

see https://github.com/TYPO3/CmsComposerInstallers

s2b commented 1 year ago

At least it fails with an error and not silently. I'll look into it, thanks!

s2b commented 1 year ago

Can you check if #133 solves this?

infabo commented 1 year ago

Works

s2b commented 1 year ago

Fixed with 3.5.1. Thanks!