I have updated to the latest Symfony and implement the load() to all
my bundles:

-    public function configLoad(array $configs, ContainerBuilder
$container)
+    public function load(array $configs, ContainerBuilder $container)

also remove the ".config" from the /app/config/config.yml:

- search.config: ~
+ search: ~

but getting the following error:

Fatal error: Uncaught exception 'InvalidArgumentException' with
message 'There is no extension able to load the configuration for
"search" (in ../app/config/config.yml).......

any ideas what I'm doing wrong? am I missing something?

-- 
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

Reply via email to