XF 1.5 Exif orientation problems

Fred.

Well-known member
Hi,

I'm having issues with exif rotation when I upload images with Xenforo. (1.5.14 and also with 2.0.0 DP9)
When I upload the same images with my ftp client the orientation is perfect.

I use Imagemagick but I tried both GD and Imagemagick and they both rotate wrong.
Could this be a setting in PHP?
I'm trying to troubleshoot this but I don't know where to look anymore. I already updated Imagemagick.

The same Images work perfect here and on the XF2 test forum.
Here are the test images
https://github.com/recurser/exif-orientation-examples
 
You may not have the exif extension enabled. Check phpinfo and see if you can see mention of "exif" anywhere. If not, that functionality will need to be enabled.
 
Top Bottom