0
votes

I have installed the browine plugin in cake php. but it is showing problem. Please suggest.

Missing Component Error: Brownie.panelComponent could not be found. Error: Create the class panelComponent below in file: C:\xampp\htdocs\newcakefood\app\Plugin\Brownie\Controller\Component\panelComponent.php

<?php
class panelComponent extends Component {

}

Notice: If you want to customize this error message, create app\View\Errors\missing_component.ctp Stack Trace CORE\Cake\Controller\ComponentCollection.php line 53 → ComponentCollection->load(string, array) CORE\Cake\Controller\Controller.php line 639 → ComponentCollection->init(PagesController) CORE\Cake\Routing\Dispatcher.php line 183 → Controller->constructClasses() CORE\Cake\Routing\Dispatcher.php line 162 → Dispatcher->_invoke(PagesController, CakeRequest, CakeResponse) APP\webroot\index.php line 111 → Dispatcher->dispatch(CakeRequest, CakeResponse)

1

1 Answers

0
votes

Read the error message: panelComponent. Class and file names are case sensitive, it should be an upper cased P, Panel. Check your component array where you load it.