-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix imagecreatetruecolor() error #29632
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
Conversation
Signed-off-by: szaimen <[email protected]>
PVince81
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
😮 |
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
|
The backport to stable23 failed. Please do this backport manually. |
|
The backport to stable22 failed. Please do this backport manually. |
|
The backport to stable21 failed. Please do this backport manually. |
|
/backport to stable23 |
|
/backport to stable22 |
|
/backport to stable21 |
|
@szaimen this doenst catches (i dont know why would somebody has these file sizes but ..) |
|
Hello, seem the issue is back on NC23.0.3 and app Previewgenerator 4.0
Tried "dirty trick" from nextcloud/previewgenerator#252 if ($width > 0 and $height > 0){ $process = imagecreatetruecolor($width, $height); } else { $process = false; }` But it did not work for me ( error on my side maybe) Thanks... |
|
Same here. "dirty trick" from nextcloud/previewgenerator#252 don't works because of cascading failure |
Fix #26118
Signed-off-by: szaimen [email protected]