我尝试安装testLink,但是遇到一个错误:

TestLink setup will now attempt to setup the database:

Creating connection to Database Server:OK!

Connecting to database `testlink`:OK!
Creating Testlink DB user `testLinkUser`:OK! ( ok - new user)
Processing:sql/mysql/testlink_create_tables.sql

  ==============================================================================

DB Access Error - debug_print_backtrace() OUTPUT START

ATTENTION: Enabling more debug info will produce path disclosure weakness (CWE-200)

        Having this additional Information could be useful for reporting

        issue to development TEAM.

==============================================================================

#0  database->exec_query(CREATE TABLE /*prefix*/testcase_script_links (
  `tcversion_id` int(10) unsigned NOT NULL default '0',
  `project_key` varchar(64) NOT NULL,
  `repository_name` varchar(64) NOT NULL,
  `code_path` varchar(255) NOT NULL,
  `branch_name` varchar(64) default NULL,
  `commit_id` varchar(40) default NULL,
  PRIMARY KEY (`tcversion_id`,`project_key`,`repository_name`,`code_path`)
) DEFAULT CHARSET=utf8) called at [C:\serveur\wamp64\www\testlink\install\sqlParser.class.php:98]
#1  SqlParser->process(sql/mysql/testlink_create_tables.sql) called at [C:\serveur\wamp64\www\testlink\install\installNewDB.php:445]


我有最新版本的PhpMyAdmin,我将wampserver64与mysql 5.7.14一起使用
我不明白为什么会崩溃。
我已经读过一些告诉错误可能是由于时间戳引起的,但是我这里没有时间戳...

感谢您的提示或帮助

最佳答案

现在所有的工作,我使用另一个testlink安装,也可以。

我已经使用了git repo,现在使用的是真正的安装文件。

http://testlink.org/

在这里,第一个链接起作用。
git repo文件不起作用。

09-26 10:35