Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

Fatal error: Call to undefined function exif_image
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Fatal error: Call to undefined function exif_image

Fatal error: Call to undefined function exif_image 11 years, 4 months ago #6501

It's happening the following error in template SJ Company:

Fatal error: Call to undefined function exif_imagetype() in C:\wamp\www\SJ\plugins\content\relatednews\core\helper_image.php on line 211

What can it be?

Re: Fatal error: Call to undefined function exif_image 11 years, 4 months ago #6502

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear PAULO AUGUSTINHO,

Please go to "plugins\content\relatednews\core\helper_image.php", finding:

if (!function_exists('exif_imagetype') ){
	$intype = exif_imagetype($path);
} else {
	$infor = getimagesize($path);
	$intype= @$infor[2];
}


=>

if (function_exists('exif_imagetype') ){
	$intype = exif_imagetype($path);
} else {
	$infor = getimagesize($path);
	$intype= @$infor[2];
}


Thanks
Ticket System | Join our Clubs to download our extensions and templates

Re: Fatal error: Call to undefined function exif_image 11 years, 1 month ago #8293

This plugins required the php_exif extensions and enabled.

Re: Fatal error: Call to undefined function exif_image 11 years, 1 month ago #8297

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear Süleyman Ekinci,

If the php_exif extension is not enabled, the relatednews plugin is still used on your site.

Thanks
Ticket System | Join our Clubs to download our extensions and templates
  • Page:
  • 1
Time to create page: 0.21 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes