gpt4 book ai didi

php - fatal error : Uncaught Error: Call to undefined function bcadd()

转载 作者:可可西里 更新时间:2023-11-01 13:09:09 32 4
gpt4 key购买 nike

安装“eduTrac SIS”并访问“仪表板”后出现此错误

Ubuntu 16.4, PHP 7.0(php7.0-fpm), Apache2, Nginx,

URL 给出错误 500 并显示 nginx/error.log,

FastCGI sent in stderr: "PHP message: PHP Fatal error: Uncaught Error: Call to undefined function PHPBenchmark\bcadd() in /var/www/html/eduTrac-SIS/app/src/vendor/phpbenchmark/phpbenchmark/lib/PHPBenchmark/Utils.php:18

最佳答案

PHP 无法识别“bcadd()”并给出错误。“bcadd()”函数包含在“bcmath”PHP 扩展中。

只需安装相关的 bcmath 扩展即可解决问题。

sudo apt-get install php7.0-bcmath

请注意,您应该根据您的 PHP 版本找到正确的 bcmath 扩展版本。并重启apache

sudo service apache2 restart

关于php - fatal error : Uncaught Error: Call to undefined function bcadd(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51094183/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com