Hi,
EXIF extensions is used to check the image orientation, otherwise with some mobile device the image will be not correctly oriented.
Anyway you can try to avoid this problem by adding following code at row 733 in file /plugins/jsn/socialnetwork/app/Controller/UploadController.php
if(!function_exists('exif_read_data')) return;