Bugfree中保存用例失敗
前幾天安裝了一個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,好了
posted on 2014-08-21 09:44 順其自然EVO 閱讀(443) 評論(0) 編輯 收藏 所屬分類: 測試學習專欄