Notice (8): Trying to get property of non-object [APP/app_controller.php, line 49]Code |
Context //$ttt = $twitter->userTimeLine();
//pr($ttt);
$twits = $this->getTwits();
$ch = resource
$xml = ""
$data = false
$totalcount = 1
$dato = array()
$protc = "protected"
$i = 0
AppController::getTwits() - APP/app_controller.php, line 49
AppController::beforeFilter() - APP/app_controller.php, line 16
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 522
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
Object::requestAction() - CORE/cake/libs/object.php, line 95
include - APP/views/elements/header.ctp, line 2
View::_render() - CORE/cake/libs/view/view.php, line 736
View::element() - CORE/cake/libs/view/view.php, line 397
include - APP/views/layouts/default.ctp, line 51
View::_render() - CORE/cake/libs/view/view.php, line 736
View::renderLayout() - CORE/cake/libs/view/view.php, line 494
View::render() - CORE/cake/libs/view/view.php, line 440
Controller::render() - CORE/cake/libs/controller/controller.php, line 909
ErrorHandler::_outputMessage() - CORE/cake/libs/error.php, line 458
ErrorHandler::missingController() - CORE/cake/libs/error.php, line 206
Object::dispatchMethod() - CORE/cake/libs/object.php, line 112
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 125
Missing Controller
Error:
Index.htmlController could not be found.
Error:
Create the class Index.htmlController below in file: app/controllers/index.html_controller.php
<?php
class Index.htmlController extends AppController {
var $name = 'Index.html';
}
?>
Notice:
If you want to customize this error message, create app/views/errors/missing_controller.ctp