Notice (8): Undefined variable: bannersTopo [APP/views/layouts/default.ctp, line 116]
Warning (2): Invalid argument supplied for foreach() [APP/views/elements/site/banners_topo.ctp, line 4]
Notice (8): Undefined variable: popup [APP/views/elements/site/topo.ctp, line 26]

Missing Method in AppController

Error: The action webroot is not defined in controller AppController

Error: Create AppController::webroot() in file: app/controllers/app_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

Notice (8): Undefined variable: canais [APP/views/layouts/default.ctp, line 128]