ErrorException [ Notice ]: Trying to get property 'title' of non-object

APPPATH/classes/controller/page.php [ 58 ]

53 				$this->data->singlepro = true;
54 				$this->data->title = json_decode($this->data->page->title)->en ." - ";
55 				$this->view = "productDetail";
56 				return;
57 			}
58 			$this->data->title = json_decode($this->data->parent->title)->en ." - ".  json_decode($this->data->page->title)->en ." - ";
59 			$this->view = "productList";
60 		}
61 		else if($this->slug){
62 			//kategori listeleme
63 			$slugen = $this->slug;
  1. APPPATH/classes/controller/page.php [ 58 ] » Kohana_Core::error_handler(arguments)

  2. {PHP internal call} » Controller_Page->action_products()

  3. SYSPATH/classes/kohana/request/client/internal.php [ 118 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/kohana/request.php [ 1138 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 111 ] » Kohana_Request->execute()

Environment