Answers for "Call to undefined function Moontoast\Math\bcadd()"

PHP
0

PHP Fatal error: Uncaught Error: Call to undefined function Moontoast\Math\bcadd() in /var/www/html/sms-reporting-portal/vendor/moontoast/math/src/Moontoast/Math/BigNumber.php:506

#change php version with your version
apt install php7.4-bcmath

#nginx 
systemctl restart nginx
#For Apache
systemctl restart apache2
Posted by: Guest on December-06-2020

Code answers related to "Call to undefined function Moontoast\Math\bcadd()"

Browse Popular Code Answers by Language