Just wondering why ContainerAware is not in the bootstrap file. Class Bundle extends it which I guess it why you need the autoload.php at the top. I added ContainerAware and took out the autoload line and now I can do:
require_once __DIR__.'/bootstrap.php.cache'; require_once __DIR__.'/autoload.php'; require_once __DIR__.'/AppKernel.php'; Just curious as to why it was left out. -- 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 symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en