Re: [symfony-users] Re: [Symfony 2] Problem with a very simple thing

2011-04-06 Thread Antonio Antunes
Hello! Clearing the cache didn't worked, unfortunately. Removing your Bundle from the references, didn't too. I'm using Symfony2 2.0.0PR9, which I have downloaded from official site on the day I've opened this thread. If anyone wants to take a look, I have saved a copy of all directory

Re: [symfony-users] Re: [Symfony 2] Problem with a very simple thing

2011-04-06 Thread Christophe COEVOET
Le 06/04/2011 01:26, Antonio Antunes a écrit : Hello! Clearing the cache didn't worked, unfortunately. Removing your Bundle from the references, didn't too. I'm using Symfony2 2.0.0PR9, which I have downloaded from official site on the day I've opened this thread. If anyone wants to take a

[symfony-users] Re: [Symfony 2] Problem with a very simple thing

2011-04-05 Thread weaverryan
Hey Antonio- This is a common exception, and one that I hope we'll be improving in certain places to be more clear. First, follow Carl's advice and see which version of Symfony you're using - there was a few recent changes in how you reference your bundles. This error means that you're

[symfony-users] Re: [Symfony 2] Problem with a very simple thing

2011-04-05 Thread Carl
Hi Antonio, Which version of Symfony2 are you using? Also, how do you reference your bundles? There was a recent change to the codebase that removed the word Bundle when referencing bundles internally: https://github.com/symfony/symfony/commit/ade83e2e80a605ec4a23bed1d3862cf5adebd33e However,