I have been trying to get Mantis integrated with TestLink, and I cant seem to get it done!
I have updated the "mantis.cfg.php" with:
Code: Select all
/** The DB host to use when connecting to the mantis db */
define('localhost', '[CONFIGURE_BUG_TRACK_DB_HOST]');
/** The name of the database that contains the mantis tables */
define('bugtracker', '[CONFIGURE_BUG_TRACK_DB_NAME]');
/** The DB type being used by mantis
values: mysql,mssql,postgres
*/
define('mysql', '[CONFIGURE_BUG_TRACK_DB_TYPE]');
/** The DB password to use for connecting to the mantis db */
define('administrator', '[CONFIGURE_BUG_TRACK_DB_USER]');
define('root', '[CONFIGURE_BUG_TRACK_DB_USER_PASS]');
define('BUG_TRACK_HREF', "http://localhost/mantisbt-1.1.6/main_page.php");
Code: Select all
# --- anonymous login -----------
# Allow anonymous login
$g_allow_anonymous_login = ON;
$g_anonymous_account = 'garethanon';
Code: Select all
$g_interface_bugs = 'MANTIS';
Fatal error: require_once() [function.require]: Failed opening required 'ADODB_bug_track_db_type.class.php' (include_path='.;C:\php5\pear;.;C:\wamp\www\testlink\lib\functions\') in C:\wamp\www\testlink\lib\functions\common.php on line 109
Would anyone have any ideas!?????
Thanks
G