2

Symfony2: Bundle does not contain any mapped entities

Posted September 14th, 2012 in Symfony2 and tagged , by Metod

There is one more tip to solving this mistery. Make sure you have a namespace statement in the entity line.


This will cause the error. But if you add the namespace (duh moment) it will work again.


2 Responses so far.

  1. Leonxio says:

    Thanks for the tip

    Nice site

  2. Ashish says:

    Cool Thanks, that was the problem. It helped me to resolve.