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

Call to undefined function
(1 viewing) (1) Guest
Report bugs, new ideas, userguide,...
  • Page:
  • 1

TOPIC: Call to undefined function

Call to undefined function 11 years, 2 months ago #8259

I have installed the template and extensions, but when i publish the Slideshow module the whole site crashes with this text showing:

Fatal error: Call to undefined function exif_imagetype() in \...\wwwroot\modules\mod_sj_slideshow\core\helper_image.php on line 211

Any help??

Re: Call to undefined function 11 years, 2 months ago #8287

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear Mitko Jovanov,

Please go to "modules\mod_sj_slideshow\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
  • 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