Hello, I'm running under 1.1.2 with a default 'unfrozen' project (symfony libs linked in ProjectConfiguration) I'm using sfGuardPlugin and several database enabled functional tests. So far, everything works great.
$ symfony guard:create-user app user pass >> user created When I freeze my project using : $ symfony project:freeze The same task fail throwing a propel exception : $ symfony guard:create-user app user pass No connection params set for propel Functional tests also fail : $ symfony test:functional frontend moduleActions No connection params set for propel This problem extends to all propel-enabled tasks. Is that a bug or do I miss something ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
