View Issue Details

IDProjectCategoryView StatusLast Update
0013695mantisbtinstallationpublic2012-02-22 16:18
Reportershinguz Assigned Torombert  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
PlatformLinuxOSUbuntuOS Version10.04
Product Version1.2.8 
Summary0013695: Error message ist not printed correctly
Description

If wrong credentials are entered during installation error message is not displayed correctly and is not helpful at all...

Database user doesn't have access to the database ( )

Steps To Reproduce

Enter wrong credentials.

Additional Information

admin/install.php

337 } else {
338 print_test_result( BAD, false, 'Database user doesn\'t have access to the database ( ' . db_error_msg() . ' )' );
339 }

Function db_error_msg() contains ''. Possibly it should be db_connect_msg or something...

TagsNo tags attached.

Activities

rombert

rombert

2011-12-23 08:34

reporter   ~0030678

I've just verified this and it works as expected ( MySQL ) . If I specify a user which exists and its password I get back an error similar to

POSSIBLE PROBLEM
Database user doesn't have access to the database ( Access denied for user 'vasile'@'%' to database 'bugtracker' )

Can you be more specific in how to reproduce the error?

atrol

atrol

2012-02-13 06:07

developer   ~0031231

shinguz, you did not provide any feedback. I am resolving this issue as "no change required". Feel free to provide the requested feedback at a later time and to reopen the issue.