Ah. Sorry nosilver4u. Will do.
Also worth noting that I’m on PHP version 5.3.27
Hi there, I followed your instructions, as I was using the latest version of this plugin and it seems that there was still a missed if statement on line 463, as I was getting this error message on line 465, which is:
$finfo = finfo_open(FILEINFO_MIME);
So I added this to the if statement on line to 463:
&& defined(‘FILEINFO_MIME’)
However, this has not fixed my problem :/
Thanks in advance for any help you can give!