【发布时间】:2013-12-20 23:57:44
【问题描述】:
我已经在 cake php 中安装了 browine 插件。但它显示出问题。请建议。
缺少组件错误:找不到 Brownie.panelComponent。 错误:在文件中创建下面的类 panelComponent: C:\xampp\htdocs\newcakefood\app\Plugin\Brownie\Controller\Component\panelComponent.php
<?php
class panelComponent extends Component {
}
注意:如果要自定义此错误消息,请创建 app\View\Errors\missing_component.ctp 堆栈跟踪 CORE\Cake\Controller\ComponentCollection.php 第 53 行 → ComponentCollection->加载(字符串,数组) CORE\Cake\Controller\Controller.php 第 639 行 → ComponentCollection->init(PagesController) CORE\Cake\Routing\Dispatcher.php 第 183 行 → Controller->constructClasses() CORE\Cake\Routing\Dispatcher.php 行 162→调度程序->_invoke(PagesController,CakeRequest,CakeResponse) APP\webroot\index.php 第 111 行 → Dispatcher->dispatch(CakeRequest, 蛋糕响应)
【问题讨论】: