Missing controller
You are seeing this error because controller FeesController could not be found.
Notice: If you want to customize this error message, create httpdocs/views/errors/missing_controller.thtml.
Fatal: Create the class below in file : httpdocs/controllers/fees_controller.php
<?php
class FeesController extends AppController {
var $name = 'Fees';
}
?>