Localhost error The following extensions are required for Brizy plugins properly work: extension-fileinfo
After updating Brizy Pro in localhost the following error is appearing at the top of the wordpress dashboard:
The following extensions are required for Brizy plugins properly work:
extension-fileinfo
The advice is to contact the hosting provider but this is running on localhost.
Can you please provide the instructions for installing this file locally?
-
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.dllinto the site’sconf/php/php.ini.hbsfile 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 -
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.
Comments
2 comments