testlink配置修改

2022-07-19 10:48:15 字數 929 閱讀 2805

問題:

checking if  /var/testlink/logs/ directory exists [s]

failed!

checking if  /var/testlink/upload_area/ directory exists [s]

failed!

解決方法:

修改config.inc.php檔案:

testlinkdir表示安裝目錄路徑,本次安裝為 d:/wamp/www/testlink-1.9.4

//$tlcfg->log_path= '/var/testlink/logs/'; /* unix example 注釋掉該句,新增如下內容*/

$tlcfg->log_path = 'testlinkdir/logs/';

//$g_repositorypath= '/var/testlink/upload_area/';  /* unix example注釋掉該句,新增如下內容*/

$g_repositorypath = 'testlinkdir/upload_area/';

a.      開啟config.inc.php,查詢$tlcfg->import_file_max_size_bytes,將後面的資料『409600』改為期望的資料值。

b.      $tlcfg->import_max_row= '10000'是匯入檔案一行的大小限制。

修改config.inc.php檔案:

將$tlcfg->config_check_warning_mode中'file'改為' silent';

開啟config.inc.php,找到$tlcfg->user_self_signup,將其後true改為false,在登入介面便取消了new

user鏈結。

TestLink 安裝配置

testlink 是基於web的 測試用例 管理系統,主要功能是 測試用例 的建立 管理和執行,並且還提供了一些簡單的統計功能。版本 testlink 1.9.7.tar.gz php的安裝包 testlink 的安裝包 mysql和httpd安裝參考我的另外兩篇文章,mysql多例項安裝配置以及h...

testlink資料庫訪問密碼修改

testlink重啟後資料庫連線不上將會報錯 錯誤 1045 access denied for user my db localhost using password yes 怎麼解決了,其實很簡單了,只需要找到testlink的資料庫配置檔案修改資料庫連線密碼就好了 檔名稱 config db....

testlink環境部署

二 php 5.6的安裝 1.配置yum源 yum install epel release rpm ivh 2.php 5.6的安裝 yum install php56 php56 php php56 php mysqlnd php56 php gd php56 php mcrypt php56 ...