symblog icon indicating copy to clipboard operation
symblog copied to clipboard

No Metadata Classes to process

Open RaulNicolas opened this issue 11 years ago • 0 comments

Hi, I'm following your Symblog tutorial but i found some problems... When I define an entity without gets-sets methods and I try to do that with doctrine:generate:entities Blogger command, i get [RunTimeException] Bundle "Blogger" does not contain any mapped entities... Well, I don´t like it but I can do the same with doctrine:generate:entity... Finally I have the entity with sets-gets methods at Blogger\BlogBundle\Entity\Blog.php and everything seems ok. After that, i make the database but when I put doctrine:schema:create, it returns NO METADATA CLASSES TO PROCEED. cache cleaning does not solve the problem and the annotations are well because they proceed automatically from console instruction. I don´t know the reason!!! Maybe can help... I'm working under Windows 7, WampServer 2.2 with Symfony 2.1. Apache 2.2.22, PHP 5.4.3 and Mysql 5.5.24. I can't go forward, I hope your answer!!! Thank you!!!

RaulNicolas avatar Aug 02 '13 16:08 RaulNicolas