VZKAZY
  • 29.12 Petr
  • 28.10 Petr
  • 26.03 Petr
FOTO DNE Notice (8): Undefined variable: pod [APP/views/elements/photoOfDay.ctp, line 5] /photoEvents/show//#pod"> Notice (8): Undefined variable: pod [APP/views/elements/photoOfDay.ctp, line 7] - " alt="pod.jpg">

Missing Method in MessagesController

Error: The action pic is not defined in controller MessagesController

Error: Create MessagesController::pic() in file: app/controllers/messages_controller.php.

<?php
class MessagesController extends AppController {

	var $name = 'Messages';


	function pic() {

	}

}
?>

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