Hi, I am trying to install phpbugtracker with oracle 10g express edition and am having problems establishing a connection to the database
PACKAGE VERSION STATE
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.3 stable
DB 1.7.13 stable
OLE 0.6.1 beta
PEAR 1.6.1 stable
Structures_Graph 1.0.2 stable
entering my information in or even just hacking into install.ini the line
$db = DB::Connect("oci8://usrname:password@XE");
gives me a blank pop-up window.
I guess I'm not sure the source of the error because the same thing happens when I set it to use mysql or anything else but any help is appreciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
does somebody has successfully connected phpBugtracker with an oracle database 10g? In this case we are very interested in knowing all the details which were necessary to do so…
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I am trying to install phpbugtracker with oracle 10g express edition and am having problems establishing a connection to the database
PACKAGE VERSION STATE
Archive_Tar 1.3.2 stable
Console_Getopt 1.2.3 stable
DB 1.7.13 stable
OLE 0.6.1 beta
PEAR 1.6.1 stable
Structures_Graph 1.0.2 stable
entering my information in or even just hacking into install.ini the line
$db = DB::Connect("oci8://usrname:password@XE");
gives me a blank pop-up window.
I guess I'm not sure the source of the error because the same thing happens when I set it to use mysql or anything else but any help is appreciated
Load PEAR_TEST.php
to debug connection problems.
Hi,
does somebody has successfully connected phpBugtracker with an oracle database 10g? In this case we are very interested in knowing all the details which were necessary to do so…