Missing Controller

Error: CmsController could not be found.

Error: Create the class CmsController below in file: app/controllers/cms_controller.php

<?php
class CmsController extends AppController {

	var $name = 'Cms';
}
?>

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

Impressum