When freezing a project, symfony libs are copied to project/lib/, which breaks propel connections down when using tasks.
Reproduced bug: $ symfony guard:create-user app user pass $ >> user created $ $ symfony project:freeze /path/to/my/symfony/data/dir $ $ symfony guard:create-user app user pass $ No connection params set for propel It seems like when symfony files are place inside a project ( like in / lib ), Propel connections on tasks are down. I can't believe I'm the only one that freezes projects and still using tasks. Help ! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
