Missing Controller

Error: AriesController could not be found.

Error: Create the class AriesController below in file: app/controllers/aries_controller.php

<?php
class AriesController extends AppController {

	var $name = 'Aries';
}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp

Notice (8): Undefined variable: popup_display_status [APP/views/layouts/default.ctp, line 217]
(default) 3 queries took 9 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SELECT `PageRedirection`.`id`, `PageRedirection`.`url`, `PageRedirection`.`new_url` FROM `page_redirections` AS `PageRedirection` WHERE `PageRedirection`.`url` = '/aries/aries-aquarius-compatibility.html' LIMIT 1000
2SELECT COUNT(*) AS `count` FROM `page_management_pages` AS `PageManagementPage` WHERE `PageManagementPage`.`url` = '/aries/aries-aquarius-compatibility.html' AND `status` = 'published' 119
3SELECT COUNT(*) AS `count` FROM `page_management_categories` AS `PageManagementCategory` WHERE `slug` = 'aries-aquarius-compatibility' 110