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