Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Builder not functional in v12 #83

Open
mmalisz opened this issue May 9, 2024 · 1 comment
Open

Image Builder not functional in v12 #83

mmalisz opened this issue May 9, 2024 · 1 comment

Comments

@mmalisz
Copy link

mmalisz commented May 9, 2024

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.

@franzkugelmann
Copy link
Contributor

I can confirm the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants