Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the jobeet tutorial. when I am running the command

php app/console doctrine:generate:crud --entity=EnsJobeetBundle:Job --route-prefix=ens_job --with-write --format=yml

when i am executing this then I am getting error like this

C:\wamp\www\Symfony>php app/console doctrine:generate:crud --entity=EnslJobeetBu
ndle:Job --route-prefix=ens_job --with-write --format=yml


  Welcome to the Doctrine2 CRUD generator



This command helps you generate CRUD controllers and templates.

First, you need to give the entity for which you want to generate a CRUD.
You can give an entity that does not exist yet and the wizard will help
you defining it.

You must use the shortcut notation like AcmeBlogBundle:Post.

The Entity shortcut name [EnslJobeetBundle:Job]:






  [RuntimeException]



  The autoloader expected class "Ensl\JobeetBundle\Entity\Affiliate" to be defin
ed in file "C:\wamp\www\Symfony\app/../src\Ensl\JobeetBundle\Entity\Affiliate.ph
p". The file was found but the class was not in it, the class name or namespace
probably has a typo.

In this condition, what should I do?

share|improve this question
1  
Do you have C:\wamp\www\Symfony\app/../src\Ensl\JobeetBundle\Entity\Affiliate.ph p ? Does it contain Ensl\JobeetBundle\Entity\Affiliate ? Content of the file might be helpful – WizardZ Aug 1 '12 at 7:09
yep. but this as been done. thanx 4 reply. – lord_linus Aug 1 '12 at 7:12
You might want to close the question in this case ;-) – WizardZ Aug 1 '12 at 7:27
yep how can i do this? – lord_linus Aug 1 '12 at 7:45
@Rohitashv there should be a "close" link at the bottom of the question, right under the "symfony" tag. – mokagio Aug 7 '12 at 13:16

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.