Re: CakePHP and Oracle... Can't get it to work :(

2008-05-07 Thread seb
> Fatal error: Call to undefined function oci_connect() in XAMPPLite > \htdocs\cake\cake\libs\model\datasources\dbo\dbo_oracle.php on line > 144 > > What am I doing wrong here ? This means that you don't have the Oracle client libraries installed. http://www.oracle.com/technology/tech/oci/insta

CakePHP and Oracle... Can't get it to work :(

2008-05-07 Thread 0xCAFE
First, I download version 1.2.0.6311 beta from the CakePHP website. I tried to connect to Oracle and it does not work. Here is my database.php content : var $default = array( 'driver' => 'oracle', 'persistent' => false, 'connect' => 'oci_connect',