Hah, well it's possible I suppose, although I'm not sure how :) Here's what I did:
* un-tarred the PR9 symfony standard package * ran bin/vendors.sh * copied my test bundle from the old install to the src folder in the new one * added my bundle to autoload.php, config.yml, routing.yml, and AppKernel.php, and modified parameters.ini. Then I made the required changes in the UPDATE doc (removing "Bundle" from configs, etc) Finally I ran the app, and it worked fine, except that I noticed my form validated an invalid email address. I changed @assert back to @validation and the app once again threw the correct error. Where are prefixes set in the config? I ack-grepped for 'validation' and 'assert' in the original config files and I don't see anything there. On 30 Mar 2011, at 12:04, Bernhard Schussek wrote: > Hi Matt, > > Could it be that you have overridden the prefixes in your config file? > > Bernhard -- 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 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
