Kohana_Exception [ 0 ]: View variable is not set: styles

SYSPATH/classes/kohana/view.php [ 171 ]

166 		{
167 			return View::$_global_data[$key];
168 		}
169 		else
170 		{
171 			throw new Kohana_Exception('View variable is not set: :var',
172 				array(':var' => $key));
173 		}
174 	}
175 
176 	/**
  1. MODPATH/user/classes/controller/useradmin/app.php [ 137 ] » Kohana_View->__get(arguments)

  2. {PHP internal call} » Controller_Useradmin_App->after()

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

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

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

Environment