Notice (8): Undefined offset: 0 [APP/controllers/galleries_controller.php, line 32]
Code |
Context$id = "www.exclusivepainter.com"
$datas = array()
$this->Gallery->id = $id;
$datas = $this->Gallery->findAll(array('Gallery.id'=>$id));
$datas = $datas[0];
GalleriesController::view() - APP/controllers/galleries_controller.php, line 32
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 87
Warning (2): Cannot modify header information - headers already sent by (output started at /homepages/15/d332482950/htdocs/cake/basics.php:108) [CORE/cake/libs/controller/controller.php, line 646]
Code |
Context$status = "Location: http://www.exclusivepainter.com/galleries"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 646
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 627
AppController::redirect() - APP/app_controller.php, line 36
GalleriesController::view() - APP/controllers/galleries_controller.php, line 34
Object::dispatchMethod() - CORE/cake/libs/object.php, line 117
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 226
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 193
[main] - APP/webroot/index.php, line 87