Notice (8): Undefined variable: description [APP/views/layouts/default.ctp, line 12] " /> Notice (8): Undefined variable: keywords [APP/views/layouts/default.ctp, line 13] " /> Missing Method in Controller Notice (8): Undefined variable: bodyId [APP/views/layouts/default.ctp, line 52] ">

Ir para o conteúdo


Início do conteúdo principal

Missing Method in ServicosController

Error: The action marketing-olfativo is not defined in controller ServicosController

Error: Create ServicosController::marketing-olfativo() in file: app/controllers/servicos_controller.php.

<?php
class ServicosController extends AppController {

	var $name = 'Servicos';


	function marketing-olfativo() {

	}

}
?>

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