Installation of Mantis and Testlink on a server
Moderators: Developer, Contributor
Installation of Mantis and Testlink on a server
I would like to install and setup Mantis and TestLink on a server.Please help.
Re: Installation of Mantis and Testlink on a server
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
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
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
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
Check file D:\xampp\htdocs\mantis\config_inc.php
Are there the right settings for
Are you able to connect to the database with another application (mysql, phpMyAdmin, ...)
Are there the right settings for
Code: Select all
$g_database_name = '';
$g_db_username = '';
$g_db_password = '';
Re: Installation of Mantis and Testlink on a server
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
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 installerxolani wrote:The config_inc.php is a sample file