function not found exif_imagetype() [Solved]
Posted: Mon Sep 07, 2009 11:43 am
Hopefully this will help someone and save them a few hours of head scratching.
I installed ShopMadeSimple on a website. When I tried to upload an image for a product I was getting "function not found exif_imagetype()" I had the .dll file but it wasn't been found. The file was uploaded but the thumbnail was not created.
Solution: You need to load the mbstring extension first. Configure php.ini such that "extension=php_mbstring.dll" is placed before "extension=php_exif.dll"
I installed ShopMadeSimple on a website. When I tried to upload an image for a product I was getting "function not found exif_imagetype()" I had the .dll file but it wasn't been found. The file was uploaded but the thumbnail was not created.
Solution: You need to load the mbstring extension first. Configure php.ini such that "extension=php_mbstring.dll" is placed before "extension=php_exif.dll"