ORM_Validation_Exception [ 0 ]: Failed to validate array

MODPATH/orm/classes/kohana/orm.php [ 1174 ]

1169 
1170 		$array = $this->_validation;
1171 
1172 		if (($this->_valid = $array->check()) === FALSE OR $extra_errors)
1173 		{
1174 			$exception = new ORM_Validation_Exception($this->errors_filename(), $array);
1175 
1176 			if ($extra_errors)
1177 			{
1178 				// Merge any possible errors from the external object
1179 				$exception->add_object('_external', $extra_validation);
  1. MODPATH/orm/classes/kohana/orm.php [ 1200 ] » Kohana_ORM->check(arguments)

  2. MODPATH/orm/classes/kohana/orm.php [ 1314 ] » Kohana_ORM->create(arguments)

  3. APPPATH/classes/controller/index/video.php [ 33 ] » Kohana_ORM->save()

  4. {PHP internal call} » Controller_Index_Video->action_videos()

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

  6. SYSPATH/classes/kohana/request/client.php [ 64 ] » Kohana_Request_Client_Internal->execute_request(arguments)

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

  8. DOCROOT/index.php [ 129 ] » Kohana_Request->execute()

Environment