Strict Standards: Non-static method Configure::read() should not be called statically in /home/html/peknanevesta.sk/public_html/cake/basics.php on line 213

Strict Standards: Non-static method Configure::getInstance() should not be called statically in /home/html/peknanevesta.sk/public_html/cake/libs/configure.php on line 154
Notice (8): Undefined variable: lang [APP/views/layouts/default.ctp, line 77]
Notice (8): Undefined variable: top_menu [APP/views/layouts/default.ctp, line 108]

Missing Method in MediaController

Error: The action image is not defined in controller MediaController

Error: Create MediaController::image() in file: app/controllers/media_controller.php.

<?php
class MediaController extends AppController {

	var $name = 'Media';


	function image() {

	}

}
?>

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