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