right click here

The Light Divided

Missing Method in ShowsController

Error: The action previous is not defined in controller ShowsController

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

<?php
class ShowsController extends AppController {

	var $name = 'Shows';


	function previous() {

	}

}
?>

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