-
Notifications
You must be signed in to change notification settings - Fork 379
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
Auto rotate problem in real server #741
Comments
If this is working locally and not on the server then chances are that you're using an outdated version of GD on the server. Could you check the versions? BTW any particular reason why you are using GD and not one of the other libs? |
Same problem here. Working local machine (OSX 10.10 + PHP 5.6.19) config:
Not working server machine (Ubuntu 14.04 + PHP 5.5.9) config:
|
Yeah I think this is more likely a GD issue. https://twitter.com/PierreJoye/status/754939618982699008 can you contact the GD maintainers about this? |
if someone can setup a reproduce-able test case Pierre offered to have a look |
Hi everyone, Working local machine (Ubuntu 14 + PHP 5.5.9) config:
Not working server machine (Debian 3.2.68 + PHP 5.5.25) config:
Could you tell me another lib to use? Thanks |
Is ImageMagick or GraphicsMagick an option? You can update drivers very simply by installing and enabling the extension, and selecting it with |
Hi again, @antoligy i tried both and got the same result. Perfect in local but wrong in server. Libs on server machine
Anyone has other idea? Thanks |
Can you show PS: Debian 3? Oo It's been over 10 years since the end of security updates. |
Same problem here :( Any news about this issue ? Working local : PHP/5.5.12
Not working server : PHP/7.1.0
|
@MathieuThiry We can't really diagnose this further without a reproducible system made available to us. If this is a VM, can you clone it and offer access to the clone for a short window? You can contact me via the email |
Closing this issue because of #1230 More details: #1230 (comment) If it's still an issue for you, please open a new issue, and thanks a lot :) |
Hi everyone.
I have a problem with auto_rotate option.
In local, it works perfect but when I upload the code to the real server, the auto_rotate option doesn't work.
I'm working with Symfony and i don't know which is the problem.
This is my code:
I appreciate any help.
Thanks
The text was updated successfully, but these errors were encountered: