I need help. I´m getting the following error after typing the url http://localhost/sugarsuite-full_4-5-0

Missing controller
You are seeing this error because controller SugarcrmController could not be found.

Notice: this error is being rendered by the app/views/errors/missing_controller.thtml view file, a user-customizable error page for handling invalid controller dispatches.

Fatal: Unable to load controller SugarcrmController

Fatal: Create Class:



<?php
class SugarcrmController extends AppController
{
var $name = 'Sugarcrm';
}
?>


in file : app/controllers/sugarcrm_controller.php


Thanks