Search found 1 match

by mdbedare
30 Dec 2017, 08:25
Forum: General Discussion
Topic: Mantis 1.3.2 on oracle 11g installation problem
Replies: 1
Views: 4296

Re: Mantis 1.3.2 on oracle 11g installation problem

Open admin/install.php

and change line number 414 and 424 :
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, "SID=$f_database_name" );