You are seeing this error because controller LocationsController could not be found.
Notice: If you want to customize this error message, create app/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : app/controllers/locations_controller.php
<?php
class LocationsController extends AppController {
var $name = 'Locations';
}
?>
© The H Group, Inc. 2002 - 2008 All rights reserved.