ErrorException [ Notice ]: Undefined property: stdClass::$es

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

287 					$title = json_decode($pro->title);
288 
289 					
290 					$this->data->title = $pro->efno;
291 					if($pro->oemno) $this->data->title .= " - " . $pro->oemno;
292 					$this->data->title .= " - " . $title->$ln;
293 					return false;
294 				}
295 
296 				$children = R::find("kategori", "parent = ? ORDER BY ord ASC", array($kategori->id) );
297 
  1. APPPATH/classes/controller/page.php [ 292 ] » Kohana_Core::error_handler(arguments)

  2. APPPATH/classes/controller/page.php [ 98 ] » Controller_Page->products()

  3. {PHP internal call} » Controller_Page->action_index()

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

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

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

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

Environment