Class 'finfo' not foun
Permalink
Trying to upload an image to the File Manager after a recent upgrade to 8.5.4.
Getting an Error
Class 'finfo' not found
Details
C:\inetpub\Intranet\concrete\vendor\league\flysystem\src\Adapter\Local.php(319): Whoops\Exception\ErrorException->null
C:\inetpub\Intranet\concrete\vendor\filp\whoops\src\Whoops\Run.php(434): Whoops\Run->handleError
[internal](0): Whoops\Run->handleShutdown
Getting an Error
Class 'finfo' not found
Details
C:\inetpub\Intranet\concrete\vendor\league\flysystem\src\Adapter\Local.php(319): Whoops\Exception\ErrorException->null
C:\inetpub\Intranet\concrete\vendor\filp\whoops\src\Whoops\Run.php(434): Whoops\Run->handleError
[internal](0): Whoops\Run->handleShutdown
Looks like it throws this error when clicking on a link that forces a download to the computer.
I think you need to install/enable the corresponding php extension.
This was working before the upgrade.
What php extension would cause this? What needs to be enabled?
What php extension would cause this? What needs to be enabled?
fileinfo is a PHP extension that needs to be enabled in your server configuration - So, it depends on your setup and what you have access to... If you have a cPanel setup and have access to WHM - this is a step by step guide:
https://www.inmotionhosting.com/support/edu/easyapache/how-to-instal...
If you don't have access, or are unsure about doing it yourself, then you're probably best sending a helpdesk request to your hosting support.
Hope that helps.
https://www.inmotionhosting.com/support/edu/easyapache/how-to-instal...
If you don't have access, or are unsure about doing it yourself, then you're probably best sending a helpdesk request to your hosting support.
Hope that helps.