Le 09/02/2011 13:05, Venzon a écrit :
After latest changes seems that WebProfiler extension is not possible
to load under other env then dev (tested in latest sandbox).
For example when I change env to test I get error:

Fatal error: Uncaught exception 'InvalidArgumentException' with
message 'There is no extension able to load the configuration for
"webprofiler.config"

Even when config file for test env has same content as config for dev
env. Must be some internal error. Anyone noticed this bug aswell?
The sandbox only register the WebprofilerBundle when the kernel is a debug one. So check if you create a debug kernel (it is the second parameter of the constructor) or change it to always register the webprofiler (bad for production as you don't need it)

--
Christophe | Stof

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