Page 1 of 1

Installation of Mantis and Testlink on a server

Posted: 10 Feb 2014, 05:25
by xolani
I would like to install and setup Mantis and TestLink on a server.Please help.

Re: Installation of Mantis and Testlink on a server

Posted: 10 Feb 2014, 06:57
by atrol

Re: Installation of Mantis and Testlink on a server

Posted: 12 Feb 2014, 12:56
by xolani
I have installed both Mantis and Testlink on the server but I get this error.

APPLICATION ERROR #400
Database connection failed. Error received from database was #1045: Access denied for user 'root'@'localhost' (using password: YES).

Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.


Previous non-fatal errors occurred. Page contents follow.

SYSTEM WARNING: 'mysql_connect(): Access denied for user 'root'@'localhost' (using password: YES)' in 'D:\xampp\htdocs\mantis\library\adodb\drivers\adodb-mysql.inc.php' line 365

Re: Installation of Mantis and Testlink on a server

Posted: 12 Feb 2014, 18:51
by atrol
Does it mean that there was no problem when installing MantisBT, but there is a problem when running the system (e.g. trying to login)?

Re: Installation of Mantis and Testlink on a server

Posted: 13 Feb 2014, 09:22
by xolani
I have installed the application on the server but when I click the icon and try to open it, the above error is displayed

Re: Installation of Mantis and Testlink on a server

Posted: 13 Feb 2014, 09:46
by atrol
Check file D:\xampp\htdocs\mantis\config_inc.php
Are there the right settings for

Code: Select all

	$g_database_name = '';
	$g_db_username = '';
	$g_db_password = '';
Are you able to connect to the database with another application (mysql, phpMyAdmin, ...)

Re: Installation of Mantis and Testlink on a server

Posted: 14 Feb 2014, 09:17
by xolani
The config_inc.php is a sample file so should I create new one or what should i do? Please provide me with the steps if possible. Thank you

Re: Installation of Mantis and Testlink on a server

Posted: 14 Feb 2014, 13:16
by atrol
xolani wrote:The config_inc.php is a sample file
This is no sample file. If you follow the instructions that I provided how to install MantisBT you will find a) that it does not exist in your downloaded MantisBT and b) it is created when running the MantisBT installer