• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Fatal error: Uncaught Intervention\Image\Exception\MissingDependencyException: PHP Fileinfo extension must be installed

myyihang

Chevereto Member
Fatal error: Uncaught Intervention\Image\Exception\MissingDependencyException: PHP Fileinfo extension must be installed/enabled to use Intervention Image. in /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php:137 Stack trace: #0 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php(27): Intervention\Image\ImageManager->checkRequirements() #1 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php(33): Intervention\Image\ImageManager->__construct() #2 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php(45): Intervention\Image\ImageManagerStatic::getManager() #3 /www/wwwroot/yuantongpd.com/app/loader.php(243): Intervention\Image\ImageManagerStatic::configure() #4 /www/wwwroot/yuantongpd.com/index.php(20): include_once('/www/wwwroot/yu...') #5 {main} thrown in /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php on line 137

Any buddy, how to fix it? Thank you.
 
Fatal error: Uncaught Intervention\Image\Exception\MissingDependencyException: PHP Fileinfo extension must be installed/enabled to use Intervention Image. in /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php:137 Stack trace: #0 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php(27): Intervention\Image\ImageManager->checkRequirements() #1 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php(33): Intervention\Image\ImageManager->__construct() #2 /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManagerStatic.php(45): Intervention\Image\ImageManagerStatic::getManager() #3 /www/wwwroot/yuantongpd.com/app/loader.php(243): Intervention\Image\ImageManagerStatic::configure() #4 /www/wwwroot/yuantongpd.com/index.php(20): include_once('/www/wwwroot/yu...') #5 {main} thrown in /www/wwwroot/yuantongpd.com/app/vendor/intervention/image/src/Intervention/Image/ImageManager.php on line 137

Any buddy, how to fix it? Thank you.

Your answer is right there! "PHP Fileinfo extension must be installed/enabled to use Intervention Image" you need to install/enable Fileinfo extension in php.ini on your server/vps or ask your host to enable it.
 
Back
Top