Bugfree中保存用例失败
作者:网络转载 发布时间:[ 2014/8/20 11:14:24 ] 推荐标签:软件测试工具 用力测试
前几天安装了一个bugfree');" target="_self">bugfree,但是测试人员在用的时候发现保存bug的时候直接报500了,然后我看了下apache的错误日志,内容是:
[Tue Aug 12 14:42:34 2014] [error] [client 192.168.30.67] PHP Fatal error: Call to undefined function mb_detect_encoding() in /var/www/html/bugfree/protected/extensions/simple_html_dom.php on line 988, referer: http://192.168.30.30/bugfree/index.php/info/edit?type=result&action=opened&case_id=1
经过发现原来是少安装了两个php模块:
php-mcrypt 和 php-mbstring
于是乎安装吧:
yum -y install php-mbstring
yum -y install php-mcrypt
安装好后重启apache,OK,好了
更新发布
功能测试和接口测试的区别
2023/3/23 14:23:39如何写好测试用例文档
2023/3/22 16:17:39常用的选择回归测试的方式有哪些?
2022/6/14 16:14:27测试流程中需要重点把关几个过程?
2021/10/18 15:37:44性能测试的七种方法
2021/9/17 15:19:29全链路压测优化思路
2021/9/14 15:42:25性能测试流程浅谈
2021/5/28 17:25:47常见的APP性能测试指标
2021/5/8 17:01:11