首页 > 解决方案 > 将 CAKE PHP 项目转移到新的 Hoisting ..getting this error Cake/Error/ExceptionRenderer.php

问题描述

我已将项目文件夹从一个提升复制到另一个,创建所需的数据库。Cake PHP 应用程序未运行。当调试打开时,它会给出以下错误。在早期的吊装中,它工作正常。请帮忙

Fatal error: Uncaught Error: Class 'Controller' not found in /home3/frenzo/public_html/frenzo/lib/Cake/Error/ExceptionRenderer.php:174

Stack trace:

#0 /home3/frenzo/public_html/frenzo/lib/Cake/Error/ExceptionRenderer.php(92): ExceptionRenderer->_getController(Object(FatalErrorException))
#1 /home3/frenzo/public_html/frenzo/lib/Cake/Error/ErrorHandler.php(126): ExceptionRenderer->__construct(Object(FatalErrorException))
#2 /home3/frenzo/public_html/frenzo/lib/Cake/Error/ErrorHandler.php(284): ErrorHandler::handleException(Object(FatalErrorException))
#3 /home3/frenzo/public_html/frenzo/lib/Cake/Error/ErrorHandler.php(213): ErrorHandler::handleFatalError(64, 'Cannot use 'Obj...', '/home3/frenzo/p...', 30)
#4 /home3/frenzo/public_html/frenzo/lib/Cake/Core/App.php(970): ErrorHandler::handleError(64, 'Cannot use 'Obj...', '/home3/frenzo/p...', 30, Array)
#5 /home3/frenzo/public_html/frenzo/lib/Cake/Core/App.php(943): App::_checkFatalError()
#6 [internal function]: App::shutdown()
#7 {main}

thrown in /home3/frenzo/public_html/frenzo/lib/Cake/Error/ExceptionRenderer.php on line 174

标签: phpcakephpcpanelcakephp-2.x

解决方案


推荐阅读