View Issue Details

IDProjectCategoryView StatusLast Update
0026782mantisbtdb oraclepublic2020-03-16 06:17
Reporteramrodmbt Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status newResolutionopen 
Product Version2.24.0 
Summary0026782: Checking failed when "Attempting to connect to database as admin"
Description

Checking failed when "Attempting to connect to database as admin" using Oracle Database type with correct login credentials.

Additional Information

Bug fixed after correcting Line 413 of /admin/install.php from:

$t_result = @$g_db->Connect( $f_hostname, $f_admin_username, $f_admin_password );

to

$t_result = @$g_db->Connect( $f_hostname, $f_admin_username, $f_admin_password, $f_database_name );

TagsNo tags attached.

Relationships

related to 0026604 closeddregad Problem with upgrade 

Activities

atrol

atrol

2020-03-16 06:17

developer   ~0063765

Similar to 0026604:0063499