Integration Mantis Testlink - Help

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
pollyanna
Posts: 1
Joined: 03 Jul 2017, 18:41

Integration Mantis Testlink - Help

Post by pollyanna »

Help - I can not integrate Mantis Testlink

<issuetracker>
<dbhost>localhost</dbhost>
<dbname>mantis</dbname>
<dbtype>mysql</dbtype>
<dbuser>USER</dbuser>
<dbpassword>PASSWORD</dbpassword>
<uriview>http://localhost/mantis/view.php?id=</uriview>
<uricreate>http://localhost/mantis/</uricreate></issuetracker>


Fatal error: Uncaught ArgumentCountError: Too few arguments to function mantisdbInterface::__construct(), 2 passed in C:\xampp\htdocs\testlink\lib\issuetrackers\issueTrackerCommands.class.php on line 268 and exactly 3 expected in C:\xampp\htdocs\testlink\lib\issuetrackerintegration\mantisdbInterface.class.php:34 Stack trace: #0 C:\xampp\htdocs\testlink\lib\issuetrackers\issueTrackerCommands.class.php(268): mantisdbInterface->__construct(4, '<issuetracker>\r...') #1 C:\xampp\htdocs\testlink\lib\issuetrackers\issueTrackerEdit.php(23): issueTrackerCommands->checkConnection(Object(stdClass), Array) #2 {main} thrown in C:\xampp\htdocs\testlink\lib\issuetrackerintegration\mantisdbInterface.class.php on line 34
atrol
Site Admin
Posts: 8375
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Integration Mantis Testlink - Help

Post by atrol »

pollyanna wrote: Fatal error: Uncaught ArgumentCountError: Too few arguments to function mantisdbInterface::__construct(), 2 passed in C:\xampp\htdocs\testlink\lib\issuetrackers\issueTrackerCommands.class.php on line 268
Obviously a bug in Testlink but not MantisBT.
You should report a bug for Testlink at http://mantis.testlink.org
Please use Search before posting and read the Manual
Post Reply