Missing View
Error:
The view for TestController::index() was not found.
Error:
Confirm you have created the file: /var/www/webcasts.umcdn.com/apps/generic/./View/CustomWebcast/bil142/Themed/boehringer_ingelheim/Test/index.ctp
Notice:
If you want to customize this error message, create ./View/Errors/missing_view.ctp
Stack Trace
- CORE/Cake/View/View.php line 460 → View->_getViewFileName(string)
}
$this->Blocks->set('content', '');
if ($view !== false && $viewFileName = $this->_getViewFileName($view)) {
$this->_currentType = self::TYPE_VIEW;
- CORE/Cake/Controller/Controller.php line 959 → View->render(null, null)
$this->autoRender = false;
$this->View = $View;
$this->response->body($View->render($view, $layout));
return $this->response;
- CORE/Cake/Routing/Dispatcher.php line 110 → Controller->render()
}
if ($render && $controller->autoRender) {
$response = $controller->render();
} elseif ($response->body() === null) {
- CORE/Cake/Routing/Dispatcher.php line 85 → Dispatcher->_invoke(TestController, CakeRequest, CakeResponse)
));
}
return $this->_invoke($controller, $request, $response);
}
object(TestController) {
components => array(
)
helpers => array(
)
slug => 'bil142'
containable_for_webcast => array(
)
webcast_data => array(
)
broadcast_times => array(
)
webcast_config => array(
)
style => array(
)
theme => 'boehringer_ingelheim'
ajax_response => array(
)
name => 'Test'
uses => array(
)
request => object(CakeRequest) {}
response => object(CakeResponse) {}
viewPath => 'Test'
layoutPath => null
viewVars => array(
)
view => 'index'
layout => 'default'
autoRender => false
autoLayout => true
Components => object(ComponentCollection) {}
viewClass => 'View'
View => object(View) {}
ext => '.ctp'
plugin => null
cacheAction => false
passedArgs => array()
scaffold => false
methods => array(
)
modelClass => 'Test'
modelKey => 'test'
validationErrors => null
Session => object(SessionComponent) {}
Auth => object(AuthComponent) {}
PhpThumb => object(PhpThumbComponent) {}
Webcast => object(Webcast) {}
BroadcastTime => object(BroadcastTime) {}
}
object(CakeRequest) {
params => array(
)
data => array()
query => array(
)
url => 'test'
base => '/bil142'
webroot => '/bil142/'
here => '/bil142/test'
}
object(CakeResponse) {
}
- /var/www/webcasts.umcdn.com/docs/generic/index.php line 107 → Dispatcher->dispatch(CakeRequest, CakeResponse)
App::uses('Dispatcher', 'Routing');
$Dispatcher = new Dispatcher();
$Dispatcher->dispatch(new CakeRequest(), new CakeResponse(array('charset' => Configure::read('App.encoding'))));
object(CakeRequest) {
params => array(
)
data => array()
query => array(
)
url => 'test'
base => '/bil142'
webroot => '/bil142/'
here => '/bil142/test'
}
object(CakeResponse) {
}