Zawody GORZÓW ŚLĄSKI BIEGA

ErrorException [ Warning ]: Invalid argument supplied for foreach()

APPPATH/views/wyniki/races1.php [ 48 ]

43                                             <th>Numer startowy</th>
44                                             <th>Drużyna</th>
45                                             <th>Czas sumaryczny</th>
46                                         </tr>
47                                     </thead>
48 <?php $i = 1; foreach($participants_list[$race->id] as $participant):?>
49 <?php if($i > $participant_number_to_print) { continue; } ?>                                    
50                                     <tr>
51                                         <td><?php echo $i;?></td>
52                                         <td><b><?php echo $participant['name'];?> <?php echo $participant['surname'];?></b></td>
53                                         <td><?php echo $participant['number'];?></td>
  1. APPPATH/views/wyniki/races1.php [ 48 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  3. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  5. APPPATH/views/template/wyniki.php [ 43 ] » Kohana_View->__toString()

  6. SYSPATH/classes/Kohana/View.php [ 62 ] » include(arguments)

  7. SYSPATH/classes/Kohana/View.php [ 359 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/Kohana/View.php [ 236 ] » Kohana_View->render()

  9. SYSPATH/classes/Kohana/Response.php [ 169 ] » Kohana_View->__toString()

  10. APPPATH/classes/Controller/Wyniki.php [ 410 ] » Kohana_Response->body(arguments)

  11. SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Wyniki->after()

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

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

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

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

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

Environment