ErrorException [ Warning ]: A non-numeric value encountered

APPPATH/classes/Controller/Wyniki.php [ 224 ]

219 					$participant['name'] = $participants[$key][$name_field_id];
220 					$participant['surname'] = $participants[$key][$surname_field_id];
221 					$participant['number'] = $participants[$key][$starting_number_field_id];
222 					$participant['gender'] = $participants[$key][$gender_field_id];
223 					$participant['team'] = $participants[$key][$team_field_id];
224 					$summary = date("H:i:s", mktime(0, 0, $value['Sumary'] / 1000, 0, 0, 0));
225 					$participant['summary'] = $summary;			
226 					$participant['category'] = $value['category'];
227 					if($participant['gender'] == "K" && $kobiety <= $open_category_players_to_exclude_number) {
228 						$open_category_players_to_exclude[] = $participant['number'];
229 					}
  1. APPPATH/classes/Controller/Wyniki.php [ 224 ] » Kohana_Core::error_handler(arguments)

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

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

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

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

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

  7. DOCROOT/index.php [ 131 ] » Kohana_Request->execute()

Environment