FatalErrorException in helpers.php line 36: Call to undefined function exif_imageType ()

0

Good morning: I cloned a Laravel file and the cover of the page if it opens it, but when I click to go to the next page I get the following: Call to undefined function exif_imageType () If anyone knows how to solve this problem, I'll thank them.

    
asked by Rod Villasana 29.03.2017 в 19:11
source

1 answer

1

In the PHP manual there is exif_imagetype (but all lowercase); from where you cloned the file I suggest you look for the reference exif_imageType as well with the capital T and look if you use the one you mentioned or it is a new implementation.

    
answered by 29.03.2017 в 19:18