Missing Controller

Error: OtherfunattractionsController could not be found.

Error: Create the class OtherfunattractionsController below in file: app/controllers/otherfunattractions_controller.php

<?php
class OtherfunattractionsController extends AppController {

	var $name = 'Otherfunattractions';
}
?>

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

Scroll to Top