right click here

The Light Divided

Missing Method in ShowsController

Error: The action previous_shows is not defined in controller ShowsController

Error: Create ShowsController::previous_shows() in file: app/controllers/shows_controller.php.

<?php
class ShowsController extends AppController {

	var $name = 'Shows';


	function previous_shows() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.