2013-01-14 61 views
1

我也從Symfony2的Gregwar/CaptchaBundle致命錯誤

https://github.com/Gregwar/CaptchaBundle 

添加的所有步驟composer.json和更新,config.yml啓用束,但我得到致命錯誤

Fatal error: Class 'Gregwar\CaptchaBundle\GregwarCaptchaBundle' not found in /var/www/Surgery/app/AppKernel.php on line 26 Call Stack: 0.0000 228784 1. {main}() /var/www/Surgery/web/app_dev.php:0 0.0037 1211816 2. Symfony\Component\HttpKernel\Kernel->handle() /var/www/Surgery/web/app_dev.php:25 0.0037 1212000 3. Symfony\Component\HttpKernel\Kernel->boot() /var/www/Surgery/app/bootstrap.php.cache:614 0.0037 1212160 4. Symfony\Component\HttpKernel\Kernel->initializeBundles() /var/www/Surgery/app/bootstrap.php.cache:569 0.0037 1212864 5. AppKernel->registerBundles() /var/www/Surgery/app/bootstrap.php.cache:797 

我沒有什麼更新我的Ubuntu後出現問題。我'使用sf 2.1.6。

回答

1

我有與Symfony2.1相同的問題。我做了作曲家安裝。我注意到在我的輸出控制檯中沒有安裝captcha bundle。我固定 作曲家更新

+0

它也幫助我;) – konadrian

0

問題在有人撞到我的(與此類似)問題的情況下。

我從https://github.com/Gregwar/CaptchaBundle取得代碼,並執行了所有步驟(由git clone下載)。我把代碼放到\vendor\bundles\Gregwar\CaptchaBundle\

最後,當我得到一個錯誤

Error: Class 'Gregwar\Captcha\CaptchaBuilder' not found in D:...\app\cache\dev\appDevDebugProjectContainer.php line 1598

我下載的其他代碼https://github.com/Gregwar/Captcha/,放入\vendor\bundles\Gregwar\Captcha\

,一切都OK。希望這將幫助任何人