Reply to Re: class instantiating error on live server

Re: class instantiating error on live server new!
by Cyber Pk, 10 years, 10 months ago
update :

issue solved seems like mime_content_type was causing the trouble

fix = disabled mime detection methods in upload class init() function

$this->mime_fileinfo            = false;
$this->mime_file                = false;
$this->mime_magic               = false; 
$this->mime_getimagesize        = true;


cheers :)Reply

Your reply

Name *
Email 
Title *
Text *
CAPTCHA image
Enter the code displayed on the image:
Click on the image to generate another one if it is hard to read it. The case is important