ErrorException [ Notice ]: Undefined variable: user_name

APPPATH/classes/Controller/Page.php [ 153 ]

148 			}
149 		}
150 
151 		$this->template->content = View::factory('page/contact')
152 			->set('captcha', Captcha::instance())
153 			->set('name', $user_name)
154 			->set('email', $user_email)
155 			->set('text', $user_message);
156 
157 		$this->add_sidebar_block(View::factory('sidebar/contact'));
158 	}
  1. APPPATH/classes/Controller/Page.php [ 153 ] » Kohana_Core::error_handler(arguments)

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

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

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

Environment