Warning (2): file_put_contents(/var/www/bicicas.es/app/tmp/logs/error.log): failed to open stream: Permission denied [CORE/Cake/Log/Engine/FileLog.php, line 142]
CakePHP: the rapid development php framework: Errors

Missing Method in BlogsController

Error: The action template-team.html is not defined in controller BlogsController

Error: Create BlogsController::template-team.html() in file: app/Controller/BlogsController.php.

<?php
class BlogsController extends AppController {


	public function template-team.html() {

	}

}

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

Stack Trace