If FInfo is not enabled or corrupted this class will not work

See all posts See thread Reply

Re: If FInfo is not enabled or corrupted this class will not work new!
by Tabish, 10 years, 9 months ago
My server is: CENTOS 5.8 i686 virtuozzo
upload class version is: 0.31

Sorry.. log is deleted somehow..

The class was breaking just after this:
$handle = new upload($_FILES['image_field']);

and throwing blank page without any error.

When i commented from line number:
2804 (/*elseif (@class_exists('finfo')) {)
Till
2818 (}*/)

it started working..

And when FInfo was enabled in my PHP, everything worked perfect.

Regards
TabishReply