php - TeSTLink 在 testcase_script_links 中遇到 MySQL 错误

标签 php mysql syntax-error testlink

我尝试安装 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 我不明白为什么会发生这次崩溃。 我读过一些文章,说错误可能是由时间戳引起的,但我这里没有时间戳......

感谢您的任何提示或帮助

最佳答案

现在一切正常,我使用另一个测试链接安装,一切正常。

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

http://testlink.org/

在这里,第一个链接有效。 git 存储库文件不起作用。

关于php - TeSTLink 在 testcase_script_links 中遇到 MySQL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49706613/

相关文章:

php - 获取一年中给定周数的 "Y-m-d"中的第一天

php while 行关闭另一个 id

php - SOAP:看起来我们没有 XML 文档

MySQL select string with\in it - 字符串是 IN () 的一部分

mysql - 已验证帐户,如 Twitter

java - Java java.lang.ArrayIndexOutOfBoundsException : 3 error message

php - mysql连接失败

mysql - 将分隔的 Excel 数据上传到 MySQL 数据库

php - 解决INSERT INTO语句的语法错误

php mysql 插入语法错误