简体   繁体   English

FatalErrorException:错误:未找到类'Symfony \\ Component \\ Form \\ Exception \\ FormException'

[英]FatalErrorException: Error: Class 'Symfony\Component\Form\Exception\FormException' not found

When I tried to use ShtumiUsefulBundle 's Ajax autocomplete type i got the following error.. 当我尝试使用ShtumiUsefulBundleAjax autocomplete type ,出现以下错误。

FatalErrorException: Error: Class 'Symfony\\Component\\Form\\Exception\\FormException' not found in /var/www/example.com/vendor/Shtumi/UsefulBundle/Form/Type/AjaxAutocompleteType.php line 52 FatalErrorException:错误:在/var/www/example.com/vendor/Shtumi/UsefulBundle/Form/Type/AjaxAutocompleteType.php第52行中找不到类'Symfony \\ Component \\ Form \\ Exception \\ FormException'

My project is Symfony2.3. 我的项目是Symfony2.3。 Please help. 请帮忙。

ShtumiUsefulBundle is incompatible with your Symfony version. ShtumiUsefulBundle与您的Symfony版本不兼容。 Try to find another bundle or implement your own for needed features or downgrade your Symfony to 2.0. 尝试查找其他捆绑软件或为所需的功能实施自己的捆绑软件,或将Symfony降级为2.0。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 找不到类“角色” [Symfony \\ Component \\ Debug \\ Exception \\ FatalErrorException] - Class 'Role" not found [Symfony\Component\Debug\Exception\FatalErrorException] Symfony\Component\Debug\Exception\FatalErrorException laravel 错误 - Symfony\Component\Debug\Exception\FatalErrorException laravel Error FatalErrorException:错误:在symfony2上找不到类'PDO' - FatalErrorException: Error: Class 'PDO' not found on symfony2 Symfony \\\\ Component \\\\ Debug \\\\ Exception \\\\ FatalErrorException“,” message“:”找不到类'Authy_Api' - Symfony\\Component\\Debug\\Exception\\FatalErrorException“,”message“:”Class 'Authy_Api' not found FatalErrorException:找不到类“窗体” - FatalErrorException: Class 'form' not found 在 Laravel 项目中找不到 Symfony\\Component\\Debug\\Exception\\FatalErrorException Trait - Symfony\Component\Debug\Exception\FatalErrorException Trait not found in Laravel project Symfony 4-找不到类Symfony \\ Component \\ Form \\ AbstractType - Symfony 4 - Class Symfony\Component\Form\AbstractType not found 如何在 PHP (Laravel) 中调试“Symfony\\Component\\Debug\\Exception\\FatalErrorException”错误? - How to debug "Symfony\Component\Debug\Exception\FatalErrorException" errors in PHP (Laravel)? FatalErrorException:找不到类-Laravel - FatalErrorException: Class not found - Laravel 找不到Laravel类FatalErrorException - Laravel Class Not Found FatalErrorException
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM