View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0026782 | mantisbt | db oracle | public | 2020-03-16 02:46 | 2020-03-16 06:17 |
| Reporter | amrodmbt | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | new | Resolution | open | ||
| Product Version | 2.24.0 | ||||
| Summary | 0026782: 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 ); | ||||
| Tags | No tags attached. | ||||
|
Similar to 0026604:0063499 |
|