Cakepp中找不到cakeplugin

时间:2016-11-03 07:09:15

标签: cakephp cakephp-2.0

我是cakephp的新手。我在页面中收到以下错误。

Error: Class 'cakeplugin' not found 
File: C:\wamp\www\cakephp\app\Config\bootstrap.php  
Line: 27
Notice: If you want to customize this error message, create app\View\Errors\fatal_error.ctp 

1 个答案:

答案 0 :(得分:1)

要加载已添加的所有插件,请将其放在config / bootstrap.php中:

CakePlugin::loadAll();