brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

Class finfo not found #73

Closed donwildman closed 8 years ago

donwildman commented 8 years ago

Hi, I'm using Laravel 4.2 with your library installed by composer. Suddenly yesterday I started to get this error: exception 'Symfony\Component\Debug\Exception\FatalErrorException' with message 'Class 'finfo' not found' in /home/tmyndrzy/public_html/vendor/codeguy/upload/src/Upload/File.php:203

There have been no environment changes that I am aware of, I'm using PHP 5.4.

brandonsavage commented 8 years ago

Class finfo is a built-in for PHP. This is a problem with your PHP installation.

donwildman commented 8 years ago

Hi Brandon,

My apologies, I tracked that down after I posted.

Regards,

Don

FGX Studios Mallguide http://www.mallguide.co.za | CMS Ignition

| Disclaimer http://www.fgx.co.za/disclaimer.htm | FB https://www.facebook.com/fgxstudios | Twitter https://twitter.com/fgxstudios | LinkedIn http://za.linkedin.com/in/fgxstudios On 05/11/2015 14:55, Brandon Savage wrote: > Class finfo is a built-in for PHP. This is a problem with your PHP > installation. > > — > Reply to this email directly or view it on GitHub > https://github.com/brandonsavage/Upload/issues/73#issuecomment-154050878.
dkikan commented 1 year ago

Would really appreciate if you can share the fix.