logo

Missing Method in APPController

Error: The action WEBROOT is not defined in controller APPController

Error: Create APPController::WEBROOT() in file: app/controllers/a_p_p_controller.php.

<?php
class APPController extends AppController {

	var $name = 'APP';


	function WEBROOT() {

	}

}
?>

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