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 object1280 $exception->add_object('_external', $extra_validation);
  1. MODPATH/orm/classes/Kohana/ORM.php [ 1362 ]»Kohana_ORM->check(arguments)

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

  3. APPPATH/classes/Controller/Index/Product.php [ 138 ]»Kohana_ORM->save()

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

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

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

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

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

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

Environment