Error: The action add is not defined in controller BannersController
Error: Create BannersController::add() in file: app/controllers/banners_controller.php.
<?php
class BannersController extends AppController {
var $name = 'Banners';
function add() {
}
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.