filefill icon indicating copy to clipboard operation
filefill copied to clipboard

Image Builder not functional in v12

Open mmalisz opened this issue 1 year ago • 1 comments

Due some changes to the TYPO3's core: v12 vs v11, the class GifBuilder causes crashes.

The problem is that in v12, the absolute path is passed to the output() method:
$this->output(Environment::getPublicPath() . '/' . $gifFileName);,
which with combination with the EXT returning the absolute path as well, the filename passed to the output() method looks like this: /var/www/html/public//var/www/html/public/var/transient/actual_filename.jpg, which will cause the exception being thrown.

mmalisz avatar May 09 '24 10:05 mmalisz

I can confirm the issue.

franzkugelmann avatar May 14 '24 14:05 franzkugelmann

I can also confirm

linawolf avatar May 14 '25 06:05 linawolf