[Plugin: Image Rotation Fixer] PHP Notice when EXIF value 'Orientation' does not exist
-
PHP issues a notification when uploading a picture that doesn’t have the Orientation EXIF data set. Adding a ?isset($exif[‘Orientation’]))? check starting at line 60 and ending it right after the switch{} statement fixes it.
The notification “stops” my upload so I have to close the upload window, reopen it and click the “gallery” tab to use the image.
https://www.ads-software.com/extend/plugins/image-rotation-fixer/
- The topic ‘[Plugin: Image Rotation Fixer] PHP Notice when EXIF value 'Orientation' does not exist’ is closed to new replies.