Strict Standards: Redefining already defined constructor for class Object in /usr/www/users/klausre/cake/libs/object.php on line 54

Strict Standards: Non-static method Configure::getInstance() should not be called statically in /usr/www/users/klausre/cake/bootstrap.php on line 38

Strict Standards: Non-static method CakeLog::handleError() should not be called statically in /usr/www/users/klausre/cake/libs/cake_log.php on line 290

Strict Standards: Non-static method CakeLog::handleError() should not be called statically in /usr/www/users/klausre/cake/libs/debugger.php on line 707

Strict Standards: Non-static method CakeLog::handleError() should not be called statically in /usr/www/users/klausre/cake/libs/debugger.php on line 707
Klaus Schlesinger (1937 - 2001) · Errors

Missing Method in BiografieController

Error: The action admin_weggeffaehrten is not defined in controller BiografieController

Error: Create BiografieController::admin_weggeffaehrten() in file: app/controllers/biografie_controller.php.

<?php
class BiografieController extends AppController {

	var $name = 'Biografie';


	function admin_weggeffaehrten() {

	}

}
?>

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