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