Hi everyone Im using Oembed and locally everything works great but on the server i get the following error.
Call to undefined function Embed\ImageInfo\finfo_open()
on the line 46: $finfo = finfo_open(FILEINFO_MIME_TYPE); of site/plugins/oembed/vendor/Embed/src/ImageInfo/Curl.php
My server is running php 5.6. Thanks in advance
texnixe
February 22, 2017, 5:57pm
2
Looks like your server is missing the finfo extension…
I used oembed before on the same server. Any ideas how can I install finfo extension?
texnixe
February 22, 2017, 6:01pm
4
And you haven’t changed anything on the server since?
No, nothing. I’ve tried to enable de File Info extension via php.ini but now I’m getting a 500 Internal Server Error when I enter in a page with oembed.