我在cake php中安装了browine插件。但它显示出问题。请建议。
缺少组件错误:找不到Brownie.panelComponent。 错误:在文件中创建下面的类panelComponent: C:\ XAMPP \ htdocs中\ newcakefood \应用\插件\布朗尼\控制器\元器件\ panelComponent.php
<?php
class panelComponent extends Component {
}
注意:如果要自定义此错误消息,请创建 app \ View \ Errors \ missing_component.ctp Stack Trace CORE \ Cake \ Controller \ ComponentCollection.php第53行→ ComponentCollection-&gt; load(字符串,数组) CORE \ Cake \ Controller \ Controller.php第639行→ ComponentCollection-&GT;初始化(PagesController) CORE \ Cake \ Routing \ Dispatcher.php第183行→ Controller-&gt; constructClasses()CORE \ Cake \ Routing \ Dispatcher.php行 162→Dispatcher-&gt; _invoke(PagesController,CakeRequest,CakeResponse) APP \ webroot \ index.php第111行→Dispatcher-&gt; dispatch(CakeRequest, CakeResponse)
答案 0 :(得分:0)
阅读错误消息:panelComponent。类和文件名区分大小写,它应该是一个高级的P,Panel。检查加载它的组件数组。