Hi!

I have a problem, when I run the task «propel:build-schema» I get the 
following error.

================================================================================
>> propel    Running "reverse" phing task
[propel-schema-reverse] There was an error building XML from metadata: could 
not find driver
                                                                                
 

  Some problems occurred when executing the 
task:                                
  If the exception message is not clear enough, read the output of the task 
for  
  more 
information                                                               
                                                                                
 

================================================================================

I think my databases.yml and propel.ini are well defined. (real data 
connection was removed)

I checked that my driver (oci8, http://www.php.net/manual/en/book.oci8.php) 
is installed and loaded. What do you think the problem is?

Greetings,
Alex.

databases.yml 
================================================================================
dev:
  propel:
    param:
      classname: DebugPDO
      debug: { realmemoryusage: true, details: { time: { enabled: true }, 
slow: { enabled: true, threshold: 0.1 }, mem: { enabled: true }, mempeak: { 
enabled: true }, memdelta: { enabled: true } } }
test:
  propel:
    param:
      classname: DebugPDO
all:
  propel:
    class: sfPropelDatabase
    param:
      phptype: oci
      classname: PropelPDO
      dsn: 'oci:dbname=(DESCRIPTION=(ADDRESS_LIST =(ADDRESS = (PROTOCOL = 
TCP)(HOST = 10.10.10.1)(PORT=1234)))(CONNECT_DATA=(SERVICE_NAME=test)))'
      username: dan
      password: abc
      persistent: true

================================================================================

propel.ini
================================================================================
propel.targetPackage       = lib.model
propel.packageObjectModel  = true
propel.project             = seguimiento
propel.database            = oci
propel.database.driver     = oci
propel.database.url        = oci:host=10.10.10.1;port=1234;dbname=test
propel.database.creole.url = ${propel.database.url}
propel.database.user       = dan
propel.database.password   = abc

[...]
================================================================================

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to