You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
creates a deferred-images Directory -> (with a *.json extension) wich has a too long file name (if the filename is too long:
"testöäüüö1´ß´13ß1´3ß sdfaasdfsafafd.fddsaf323423424afdsadfafdsfasdsaffsafdsa0ß9safd09sa0ß9fß09sadßf9fsa9ßaf0=$=!==§!=§!==!=!§=13ß01012ß300132aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-nav8sc9n33wem2p.jpg "
-> this lead to a backend crash in an content-element where you want to choose an image -> the Error" Could not rename", "filename too long" appears, and you are not able to choose an image
The text was updated successfully, but these errors were encountered:
HI. using this: (Contao 5.3.17)
_constructor(
#[Autowire('%kernel.project_dir%')] private readonly string $projectDir,
#[Autowire('@contao.image.factory')] private readonly ImageFactoryInterface $imageProcessor
)
...
$image = $this->imageProcessor->create(
$this->projectDir.'/'.$imagePath,
[1200, 1200, ResizeConfiguration::MODE_BOX],
(new ResizeOptions())->setTargetPath($this->projectDir.'/'.$imagePath),
);
creates a deferred-images Directory -> (with a *.json extension) wich has a too long file name (if the filename is too long:
"testöäüüö1´ß´13ß1´3ß sdfaasdfsafafd.fddsaf323423424afdsadfafdsfasdsaffsafdsa0ß9safd09sa0ß9fß09sadßf9fsa9ßaf0=$=!==§!=§!==!=!§=13ß01012ß300132aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa-nav8sc9n33wem2p.jpg "
-> this lead to a backend crash in an content-element where you want to choose an image -> the Error" Could not rename", "filename too long" appears, and you are not able to choose an image
The text was updated successfully, but these errors were encountered: