Missing Controller
Error: WhereController could not be found.
Error: Create the class WhereController below in file: app/controllers/where_controller.php
<?php
class WhereController extends AppController {
var $name = 'Where';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp





