Missing Controller

Error: HahnlichtController could not be found.

Error: Create the class HahnlichtController below in file: app/controllers/hahnlicht_controller.php

<?php
class HahnlichtController extends AppController {

	var $name = 'Hahnlicht';
}
?>

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

Nach oben