Missing controller
You are seeing this error because controller GuitarsController
could not be found.
Notice: this error is being rendered by the app/views/errors/missing_controller.thtml
view file, a user-customizable error page for handling invalid controller dispatches.
Fatal: Unable to load controller GuitarsController
Fatal: Create Class:
<?php
class GuitarsController extends AppController
{
var $name = 'Guitars';
}
?>
in file : app/controllers/guitars_controller.php
|