Skip to main content

Localhost error The following extensions are required for Brizy plugins properly work: extension-fileinfo

Comments

2 comments

  • Mel K

    Hi I found the answer in the support forum for Local by Flywheel and now the error message is gone.

    On Windows, add extension=php_fileinfo.dll into the site’s conf/php/php.ini.hbs file around line 93. 

    After adding, it will look like this:

    {{#if os.windows}}
    ; Load extensions
    extension=php_curl.dll
    extension=php_gettext.dll
    extension=php_openssl.dll
    extension=php_exif.dll
    extension=php_gd2.dll
    extension=php_ftp.dll
    extension=php_imap.dll
    extension=php_bz2.dll
    extension=php_mbstring.dll
    extension=php_sodium.dll
    extension=php_tidy.dll
    extension=php_xsl.dll
    extension=php_xmlrpc.dll
    extension=php_soap.dll
    extension=php_mysqli.dll
    extension=php_pdo_mysql.dll
    extension=php_fileinfo.dll
    {{/if}}

    After the file is changed, restart the site (in Local) for the change to take effect.

     

    1
  • Doina P

    Hello Mel,

    Thank you for your message! 

    We are happy that you found the solution and thank you for sharing this with us. If you have any other questions, please feel free to ask! We will be happy to help!

    With kind regards,

    Doina

    0

Please sign in to leave a comment.