genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

Fatal error: Class 'Genemu\Bundle\FormBundle\GenemuFormBundle' not found (Symfony 2.3.15) #349

Closed RodolVelasco closed 10 years ago

RodolVelasco commented 10 years ago

After adding: "genemu/form-bundle": "2.2.*" (composer.json) And then: new Genemu\Bundle\FormBundle\GenemuFormBundle(), (appkernel)

I'm getting this error: Fatal error: Class 'Genemu\Bundle\FormBundle\GenemuFormBundle' not found

Any idea how to solve it?

WedgeSama commented 10 years ago

Can you check in your composer.lock witch version of the bundle you have ? (Look for genemu/form-bundle entry)

RodolVelasco commented 10 years ago

genemu/form-bundle is not present in composer.lock . It's the first time I want to add it to an already create bundle

WedgeSama commented 10 years ago

Then you have to run the command compose update genemu/form-bundle in order to get and add the bundle to your vendor directory and update the composer autoloader.

Use this command if you havent install composer as a system command: php compose.phar update genemu/form-bundle

RodolVelasco commented 10 years ago

Ok. It seems that now I have the genemu form bundle installed. Thank you!

WedgeSama commented 10 years ago

You can close the issue now ;)

RodolVelasco commented 10 years ago

Im new with git. thank you!