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