$ sudo apt-get install php5-bcmath
or
$ sudo apt-get install php7-bcmath
or
$ sudo apt install php-bcmath
and restart
service php7.0-fpm restart
Practice
this error occurs when the bcscale function is missing
bcscale — Sets the default number of digits after the decimal point for all bc math functions.
to install it you need to run the commands
$ sudo apt-get install php5-bcmath
$ sudo apt-get install php7-bcmath
$ sudo apt install php-bcmath
service php7.0-fpm restart
Comments