首页 > 代码库 > TestLink1.9.14+php5.6.25+Apache24+mysql5.5.27集成记录

TestLink1.9.14+php5.6.25+Apache24+mysql5.5.27集成记录

安装TestLink报错,如下:

Checking if /var/testlink/logs/ directory exists [S] Failed!
Checking if /var/testlink/upload_area/ directory exists [S] Failed!
解决办法:
修改testlink下的config.inc.php文件:
注释:$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/‘;
注意:testlinkDir 表示安装目录路径,如:D:\xampp\htdocs\testlink
 
需要注意此处如果是windows系统, 目录要写成D:\\xampp\\htdocs\\testlink
 
兼容VC11, 需下载插件http://www.microsoft.com/en-us/download/details.aspx?id=21254

TestLink1.9.14+php5.6.25+Apache24+mysql5.5.27集成记录