[symfony-users] Re: Unable to open PDO connection [wrapped: could not find driver]

2009-11-04 Thread Paulo Roberto de Camargo Mello Junior
Hi Deivid, Thank you a lot. But i was checking at Get Started, and I identified I didn't do the step configuration with doctrine (Switching to Doctrine) I mapped my schema with Propel configuration. Well I'll Switch Propel to Doctrine. I hope it can work very well now. Do you have a link or url

[symfony-users] Re: Unable to open PDO connection [wrapped: could not find driver]

2009-11-04 Thread David Ashwood
Checking out: http://es2.php.net/manual/en/ref.pdo-oci.php Suggests: The PDO_OCI php_pdo_oci8.dll library (for use with Oracle version 8 client libraries) is no longer being built [with PHP 5.3]. Instead, use php_pdo_oci.dll (note no '8') with Oracle 10 or 11 client libraries. Connection to

[symfony-users] Re: Unable to open PDO connection [wrapped: could not find driver]

2009-11-03 Thread David Ashwood
Looks like you don't have one of the oracle extensions loaded: extension=php_pdo_oci.dll or extension=php_pdo_oci8.dll You'd have to check with the doctrine docco about which one they support/use. On Tue, 2009-11-03 at 10:40 -0800, Jota wrote: My last connection was an MySQL connection. It

[symfony-users] Re: Unable to open PDO connection [wrapped: could not find driver]

2009-11-03 Thread Eno
On Tue, 3 Nov 2009, Jota wrote: My last connection was an MySQL connection. It was working very well. But now I had to change to an Oracle connection and this connection is not working. Each type of database server needs its own driver, so: Show me the following error: Unable to open PDO