Missing plugin crud error

Hi I have installed the friendsofcake/crud plugin ,and the folder gets created in plugin folder ,still the application gives the error

Fatal Error

Error: [MissingPluginException] Plugin Crud could not be found. #0 C:\wamp\www\project\lib\Cake\Core\App.php(367): CakePlugin::path(‘Crud’) #1 C:\wamp\www\project\lib\Cake\Core\App.php(228): App::pluginPath(‘Crud’) #2 C:\wamp\www\project\lib\Cake\Core\App.php(545): App::path(‘Lib’, ‘Crud’) #3 [internal function]: App::load(‘CrudControllerT…’) #4 C:\wamp\www\project\app\Controller\AppController.php(43): spl_autoload_call(‘CrudControllerT…’) #5 C:\wamp\www\project\lib\Cake\Core\App.php(563): include(‘C:\wamp\www\project…’) #6 [internal function]: App::load(‘AppController’) #7 [internal function]: spl_autoload_call(‘AppController’) #8 C:\wamp\www\project\lib\Cake\Error\ExceptionRenderer.php(154): class_exists(‘AppController’) #9 C:\wamp\www\project\lib\Cake\Error\ExceptionRenderer.php(95): ExceptionRenderer->_getController(Object(Exception)) #10 C:\wamp\www\project\lib\Cake\Error\ErrorHandler.php(122): ExceptionRenderer->__construct(Object(Exception)) #11 [internal function]: ErrorHandler::handleException(Object(Exception)) #12 {main}
File: C:\wamp\www\project\lib\Cake\Error\ErrorHandler.php

You need to load the plugin as per the CRUD instructions.

Hi ,Im using cake version 2.7

Hasn’t changed too much http://friendsofcake.com/crud/docs/installation.html#loading-and-installation

Thank you dakota,its working… :slight_smile: