Notice (8): Undefined index: Post [APP/controllers/posts_controller.php, line 79]
Code |
Context$id = "99"
$p = array(
"Elems" => array()
)
$p['Elems'] = $this->PostElem->getByPost($id);
//filtrowanie pierwszego obrazka jesli mamy doczynienia z artykulem
if($p['Post']['type'] == 1)
PostsController::read() - APP/controllers/posts_controller.php, line 79
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: Post [APP/controllers/posts_controller.php, line 88]
Code |
Context$id = "99"
$p = array(
"Elems" => array()
)
}
}
$this->User->id = $p['Post']['user_id'];
PostsController::read() - APP/controllers/posts_controller.php, line 88
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: Post [APP/controllers/posts_controller.php, line 102]
Code |
Context$id = "99"
$p = array(
"Elems" => array(),
"User" => false
)
$coms = array()
$this->set('comments', $coms);
if($p['Post']['type'] == 1)
PostsController::read() - APP/controllers/posts_controller.php, line 102
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Notice (8): Undefined index: Post [APP/controllers/posts_controller.php, line 111]
Code |
Context$id = "99"
$p = array(
"Elems" => array(),
"User" => false
)
$coms = array()
$this->set('crumbs', array(
'Analizy' => '/posts/all',
$p['Post']['title'] => '/posts/read/'.$id
PostsController::read() - APP/controllers/posts_controller.php, line 111
Object::dispatchMethod() - CORE/cake/libs/object.php, line 118
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 227
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 194
[main] - APP/webroot/index.php, line 88
Fatal error: print_r() [<a href='http://php.net/ref.outcontrol'>ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in /home/www/virt/antywskaznik.pl/cake/basics.php on line 111