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', 'host' => 'server', 'port' => '1234', 'login' => 'apps', 'password' => '*****', 'database' => 'DEV', 'schema' => '', 'prefix' => '', 'encoding' => '' );
When I try to reach the cake page I get this : Your database configuration file is present. 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 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---