简体   繁体   English

Laravel 4 ReflectionException错误

[英]Laravel 4 ReflectionException error

exception 'ReflectionException' with message 带有消息的异常'ReflectionException'

Class Chrono\Services\Controllers\Frontend\KeywordController does not exist
in /home/legal/vendor/laravel/framework/src/Illuminate/Container/Container.php:296

I am installing a site on liquidweb.com and I am getting the above error. 我在liquidweb.com上安装了一个网站,我收到了上述错误。

Has anyone ever gotten this error before? 有没有人以前得到过这个错误?

Don't forget to php composer dump-autoload 别忘了php composer dump-autoload
It seems that Laravel can't find this class, and won't initialize it. 看来Laravel找不到这个类,也不会初始化它。

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

相关问题 创建请求验证时RouteDependencyResolverTrait.php中的ReflectionException错误-Laravel - ReflectionException in RouteDependencyResolverTrait.php error in creating request validation - Laravel Laravel-未捕获的ReflectionException:类日志不存在-配置错误 - Laravel - Uncaught ReflectionException: Class log does not exist - Config error "致命错误 Laravel:当我查看我的网站时未捕获 ReflectionException" - Fatal Error Laravel: Uncaught ReflectionException when i view my Site Laravel 错误 'ReflectionException' - 'Class App\\Http\\Kernel 不存在' - Laravel error 'ReflectionException' - 'Class App\Http\Kernel does not exist' 在Laravel中设置自己的库时遇到ReflectionException错误 - ReflectionException error when setting up my own library in Laravel 部署到实时服务器后 Laravel 5.5 中的 ReflectionException 错误 - ReflectionException Error in Laravel 5.5 after deployment to live server Laravel错误:未捕获的ReflectionException:类App \\ Http \\ Kernel不存在 - Laravel Error : Uncaught ReflectionException: Class App\Http\Kernel does not exist ReflectionException类App \\ Controller \\ MyController在Laravel中不存在错误 - ReflectionException Class App\Controller\MyController does not exist error in laravel ReflectionException Laravel控制台命令 - ReflectionException Laravel Console Command Controller中的Laravel ReflectionException - Laravel ReflectionException in Controller
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM