Currently running PHP 8.0 and after updating license key/plugin software receiving the message:
WP ADA Compliance Plugin – Additional Setup
PHP Fileinfo: Your server does not have the PHP Fileinfo Extensions enabled. Issues in theme content will not be corrected.
Where is the setting to enable. Can’t seem to locate. Any guidance would be greatly appreciated!
Thanks in advance!
How to enable a PHP FileInfo Extension?
- Open the php.ini file.
- Uncomment the line (remove ; from the beginning) that reads: extension=php_fileinfo.dll
- Save the file and restart the server/webserver.
- Verify the new extension with phpinfo().
For the WordPress CMS users, follow this tutorial here: How to Enable PHP Fileinfo Extensions?
