ErrorException [ Notice ]: Undefined property: Model_Blog_Photo::$intro

APPPATH/classes/Controller/Blog.php [ 101 ]

 96 		$this->page->post = $post;
 97 		$this->page->related = $related;
 98 		$this->headerMeta->url=Route::url('blog_post',array_merge($this->request->param('preview') ? array('preview'=>'preview') : array(),array('id'=>$this->request->param('id'))),true);
 99 		$this->headerMeta->blogpost=$post;
100 		if ($post->title) View::set_global('title',$post->title);
101 		View::set_global('details',$post->intro);
102 		if ($post->type=='photo') View::set_global('image',$post->height(200,true)->url);
103 		elseif ($post->img_thumb) View::set_global('image',Kohana::$config->load('app.img_cdn_path').$post->img_thumb);
104 	}
105 
106 /*	public function action_artist()
  1. APPPATH/classes/Controller/Blog.php [ 101 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Blog->action_detail()

  3. {PHP internal call} » Kohana_Controller->execute()

  4. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)

  5. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  6. SYSPATH/classes/Kohana/Request.php [ 990 ] » Kohana_Request_Client->execute(arguments)

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

Environment