Error finfo

See all posts See thread Reply

Re: Error finfo new!
by Sai, 10 years ago
Hoster will not let me take the file php.ini. That conclusion phpinfo(); http://otdc.ru/phpinfo.php

I like your class.I would use it, please help me.Reply
Re: Error finfo new!
by colin, 10 years ago
Your host doesn't support fileinfo, despite the fact it is part of PHP 5.3.

What you can do is to deactivate the code using fileinfo in the class. Search for this line in the class:
$this->mime_fileinfo            = true;
And replace it with
$this->mime_fileinfo            = false;
Reply
Re: Error finfo new!
by Sai, 10 years ago
Thank you. I'll include them this extension. If they refuse, I will take your advice.Reply