SubFusion FrameworkController 'Mini' not found

Please check that a controller file named Mini exists in /apps/firstwomen.co.uk/current/controllers/Mini.class and ensure that it contains at least the following:

<?

class Mini extends Controller {

    function 
Mini() {
        
parent::Controller();
    }

    function 
index() {
        
// Your code here...
    
}

}

?>