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











