Notice (8): Undefined variable: controller_action_path [APP/views/layouts/default.ctp, line 71]
Notice (8): Undefined variable: controller_action_path [APP/views/layouts/default.ctp, line 78]

Missing Method in CollectionsController

: The action index is not defined in controller CollectionsController

: Create CollectionsController::index() in file: app/controllers/collections_controller.php.

<?php
class CollectionsController extends AppController {

	var $name = 'Collections';


	function index() {

	}

}
?>

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