Dustin - wonder if you could help me with this issue I'm having with
multiple DB config - the error I see is this:

'No connection information in your runtime configuration file for
datasource [xxxDB]'


database.yml:

all:
  xxxDB:
    class:          sfPropelDatabase
    param:
      classname:  PropelPDO
      dsn:          mysql:dbname=xxxDB;host=xxxDB;port=3308
      username:     root
      password:     xxx

  propel:
    class:          sfPropelDatabase
    param:
      classname:  PropelPDO
      dsn:          mysql:dbname=xxxxDB;host=xxxDB;port=3306
      username:     root
      password:     xxx


It seems to pick up the last config as default which is why I had to
set the propel config at the end which is a problem as well.

Thanks in advance
A
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to