ErrorException [ Notice ]: Undefined variable: description

APPPATH/classes/Controller/Index/Account.php [ 105 ]

100             ->bind("data", $data)
101             ->bind("errors", $errors)
102             ->bind("page_title", $page_title);
103 
104         // Виводимо в шаблон
105         $this->template->description = $description;
106         $this->template->keywords = $keywords;
107         $this->template->title = $title;
108         $this->template->block_content = $content_view;
109     }
110 
  1. APPPATH/classes/Controller/Index/Account.php [ 105 ] » Kohana_Core::error_handler(arguments)

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

  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 [ 1015 ] » Kohana_Request_Client->execute(arguments)

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

Environment