ErrorException [ Warning ]: Undefined property: Controller_Author::$author

APPPATH/classes/Controller/Author.php [ 18 ]

13         if(!$author->loaded())
14         {
15             $this->redirect('/');
16         }
17         $articles = ORM::factory('Article')->where('author_id','=',$author->id)->and_where('status_id', '=', $this->published_status)->order_by('article.id', 'desc')->find_all();
18         $this->meta_title = 'citybizlist : '.$this->author->name;
19         $lists = ORM::factory('List')->where('city_id','=',$this->city->id)->find_all();
20         $view = View::factory('pages/author');
21         $view->bind('articles', $articles);
22         $view->bind('author', $author);
23         $know = $this->get_list_by_type(Model_ListType::CITY_KNOW, $lists);
  1. APPPATH/classes/Controller/Author.php [ 18 ] » Kohana_Core::error_handler()

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

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

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

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

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

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

Environment