Upload fails if exif support is not enabled
-
I just updated the plugin, but uploads failed because it assumed the exif_read_data() function is available (which it isn’t on my server installation).
I quick fixed this adding a function_exists(‘exif_read_data’) to the if statement on line 308 of core.class.php.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Upload fails if exif support is not enabled’ is closed to new replies.