Problem in integrating TestLink with Mantis

Ask community to help.

Moderators: Amaradana, TurboPT, TL Developers

Post Reply
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Problem in integrating TestLink with Mantis

Post by ImRahul »

Hello,

Can anybody help me out?

I have installed Testlink 1.7.4 and Mantis Mantis 1.1.2 both are working fine independantly.

Now I wanted to integrate both the application and I tried to do it by following exact steps provided in

http://svn.sourceforge.jp/svnroot/testl ... -howto.pdf

but still I am not able to do it. :cry:

Following are the modified contents of my .php files which are required to change for integration

config_inc.php

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = 'admin';

# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account ='dummy'; ( I have created this account in Mantis using admin userid)
?>

mantis.cfg.php

<?php
/** The DB host to use when connecting to the mantis db */

define('BUG_TRACK_DB_HOST', 'localhost');

/** The name of the database that contains the mantis tables */

define('BUG_TRACK_DB_NAME', 'bugtracker');

/** The DB type being used by mantis */

define(''BUG_TRACK_DB_USER', 'root');

/** The DB password to use for connecting to the mantis db */
define('BUG_TRACK_DB_PASS', 'admin');

/** link to the bugtracking system, for viewing bugs */
define('BUG_TRACK_HREF', "http://localhost/mantis/view.php?id=");

/** link to the bugtracking system, for entering new bugs */
define('BUG_TRACK_ENTER_BUG_HREF',"http://localhost/mantis/bug_report_page.php");


define('BUG_TRACK_DB_CHARSET',"windows-1250");
// define('BUG_TRACK_DB_CHARSET',"gb2312");
define('BUG_TRACK_DB_CHARSET',"UTF-8");
?>

I searched for the simillar problems in complete forum and tried with all the solutions given but still....... no output :x
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

download from sourceforge our xampplite with all installed and working
use it as model.

anyway, what kind of error di you got ?
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Post by ImRahul »

fman wrote:download from sourceforge our xampplite with all installed and working
use it as model.

anyway, what kind of error di you got ?
Hey Fman First of all thanks a lot for such a prompt reply something very unexpected...from my last experiences with forums

Actually I am not getting any type of error message, the thing is after doing all the configuration, BTS integration is not getting enabled, execution history summary table on the test execution page of my TestLink application is not displaying column for Bug Management using which I can access Mantis.
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Post by ImRahul »

Hi,

I downloaded and installed xampplite but still .... same thing.

Can you please tell me how can I verify that I am doing the things right?
Because I referred document below for its installation.

http://www.askaboutphp.com/beginners/7/ ... evice.html

But again when I am trying to access my web server using http://localhost/ my IIS server is not displaying page to configure XAMPP with windows.
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Post by ImRahul »

I downloaded xampplite from

http://sourceforge.net/project/showfile ... e_id=89552

using link

xampplite-win32-1.6.8.zip Mirror 51797192 i386

if I picked up the wrong one?

because still I am facing same problem
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Integration problem of TestLink and Mantis

Post by ImRahul »

Hello,

I was wrong previously in choosing the link, but now found a link from SourceForge

http://sourceforge.net/project/showfile ... _id=548619

and downloaded xampplite_mantis_testlink.exe

but when I executed the exe, a folder is created on the specified location , what next??

If this exe contains any automated installation steps or what ever it did was right ?

Still I am not able to integrate the things
ImRahul
TestLink user
Posts: 8
Joined: Mon Oct 06, 2008 12:10 pm

Warning message XAMPP control panel application

Post by ImRahul »

My XAMPP control panel application is displaying a warning message "Directory Mismatch" can this create problem???
Post Reply