Mantis not working

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
incrediblehelp
Posts: 10
Joined: 27 Jun 2008, 03:31

Mantis not working

Post by incrediblehelp »

Mantis 1.1.2

I was messing with the config_inc.php and now I am getting this error when trying to access Mantis

SYSTEM WARNING: mysql_connect() [function.mysql-connect]: Access denied for user 'mantisdbuser'@'localhost' (using password: NO)

APPLICATION ERROR #400

Database connection failed. Error received from database was #1045: Access denied for user 'mantisdbuser'@'localhost' (using password: NO)

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.

It is located here:

http://www.pywork.com/tickets/

Any help please?
firasnajjar
Posts: 9
Joined: 31 Jul 2008, 16:27

Re: Mantis not working

Post by firasnajjar »

Compare the values in config_inc.php to the ones in config_inc.php.sample; this might help.
vzw614
Posts: 143
Joined: 15 May 2008, 14:59

Re: Mantis not working

Post by vzw614 »

Did you possibly overwrite your DB settings that were in config_inc.php?

If it worked before you started messing around with that file then you obviously made a change to the file that cause the problem. I always make a backup of the file before I make any changes, that way I can go back to known working version if I really mess something up.
M@rce
Posts: 99
Joined: 05 May 2011, 20:46
Location: Montevideo - Uruguay

Re: Mantis not working

Post by M@rce »

Check the values in config_inc.php:

$g_database_name = 'name of database ';
$g_db_username = 'user of database';
$g_db_password = 'password of database's user';


They must have the same values on phpmyadmin server.

Regards.
"La inteligencia consiste no sólo en el conocimiento, sino también en la destreza de aplicar los conocimientos en la práctica."
Aristóteles
Post Reply