Missing Controller
Error: MainPagesController could not be found.
Error: Create the class MainPagesController below in file: dt_app/controllers/main_pages_controller.php
<?php
class MainPagesController extends AppController {
var $name = 'MainPages';
}
?>
Notice: If you want to customize this error message, create dt_app/views/errors/missing_controller.ctp





