Title: Error Message Received
Last modified: August 22, 2016

---

# Error Message Received

 *  Resolved [dlm80](https://wordpress.org/support/users/dlm80/)
 * (@dlm80)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-received-1/)
 * I have 4 sliders total on a site and I am receiving the following error message
   for the fourth slider Warning: exif_read_data(slide1.jpg): Incorrect APP1 Exif
   Identifier Code in /home/vipmarke/public_html/q100fm/wp-content/plugins/smart-
   slider-2/nextend/cache/image.php on line 77. I have looked at that line number
   and the text is $imageurl = NextendUri::relativetoabsolute($imageurl);. Are there
   any suggestions to remedy this problem?
 * [https://wordpress.org/plugins/smart-slider-2/](https://wordpress.org/plugins/smart-slider-2/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * (@nextendweb_gabor)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-received-1/#post-5465902)
 * Hi! You can fix that by opening up that file:
    wp-content/plugins/smart-slider-
   2/nextend/cache/image.php
 * At line 76. look for this code:
    if(function_exists(“exif_read_data”)){
 * And put a @ sign before the exif_read_data:
    if(function_exists(“@exif_read_data”)){
 * After this you might need to go to the Smart Slider’s Settings -> Cache, and 
   click on Refresh Slider.

Viewing 1 replies (of 1 total)

The topic ‘Error Message Received’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/smart-slider-2_a3918b.svg)
 * [Smart Slider 2](https://wordpress.org/plugins/smart-slider-2/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/smart-slider-2/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/smart-slider-2/)
 * [Active Topics](https://wordpress.org/support/plugin/smart-slider-2/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/smart-slider-2/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/smart-slider-2/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Gabor](https://wordpress.org/support/users/nextendweb_gabor/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/error-message-received-1/#post-5465902)
 * Status: resolved