ORM_Validation_Exception [ 0 ]: Failed to validate array

MODPATH/orm/classes/Kohana/ORM.php [ 1275 ]

1270 
1271 		$array = $this->_validation;
1272 
1273 		if (($this->_valid = $array->check()) === FALSE OR $extra_errors)
1274 		{
1275 			$exception = new ORM_Validation_Exception($this->errors_filename(), $array);
1276 
1277 			if ($extra_errors)
1278 			{
1279 				// Merge any possible errors from the external object
1280 				$exception->add_object('_external', $extra_validation);
  1. MODPATH/orm/classes/Kohana/ORM.php [ 1302 ] » Kohana_ORM->check(arguments)

  2. MODPATH/orm/classes/Kohana/ORM.php [ 1421 ] » Kohana_ORM->create(arguments)

  3. MODPATH/education/classes/Controller/EducationFront.php [ 122 ] » Kohana_ORM->save()

  4. MODPATH/education/classes/Controller/EducationFront.php [ 66 ] » Controller_EducationFront->getDetails(arguments)

  5. APPPATH/classes/Controller/Front.php [ 107 ] » Controller_EducationFront->render(arguments)

  6. APPPATH/classes/Web/Page.php [ 115 ] » Controller_Front->afterLayout()

  7. APPPATH/classes/Controller/Page.php [ 55 ] » Web_Page->render()

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

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

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

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

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

  13. DOCROOT/index.php [ 135 ] » Kohana_Request->execute()

Environment