PHP 7.1 – Warning: A non-numeric value encountered in Magento 2

To fix install php bcmath package in ubuntu with below command:

sudo apt-get install php7.1 php7.1-bcmath

then restart server

sudo service apache2 restart

Leave a comment