AWC team faults

Open Jumping 5 S S Time limit : 41

Pos. St. Handler Dog Size Time F. Ref. Tif. Tf.
1 49 Farkas Katalin Powder Puff Hestia Flying Victory "Amy" S 36.37 0 0 0 0.00
2 47 Fekete Dóra Escoliar D'Oro Heimdall "Tyler" S 41.98 0 1 0.98 5.98
3 50 Gyenes Ildikó Kabardogs Super Sonic "Sonic" S 46.89 0 1 5.89 10.89
4 52 Fülöp Ágnes CATCH ME IF YOU CAN from Astro Team (FCI) "Lito" S 46.12 1 2 5.12 20.12
DIS 39 Fazekas Emese KitFox Yoru "Yoru" S 0.00 0 0 0 50.00
DIS 51 Görög Marietta Drystream Biblue Elif "Repcsi" S 0.00 0 0 0 50.00
DIS 46 Sipka Marianna Drystream Blue Velvet "Kiky" S 0.00 0 0 0 50.00
DIS 38 Fülöp Ágnes YOU ONLY LIVE ONCE from Astro Team (FCI) "Yolo" S 0.00 0 0 0 50.00
DIS 45 Favari Cintia Unexpected Love of Summergarden "Jumi" S 0.00 0 0 0 50.00
NS 37 Görög Marietta Sea Blue Sequences Of Most Majestic "Blue" S 0.00 0 0 0 50.00
DIS 43 Wéber Krisztina Nils Holgersson von Morosso "Nils" S 0.00 0 0 0 50.00

Open Jumping 5 M M Time limit : 43

Pos. St. Handler Dog Size Time F. Ref. Tif. Tf.
1 22 Gulyás Linda Brightlight Beauty Regenfield "Kanga" M 38.01 0 0 0 0.00
2 18 Hazai Anita Bull Brother's Amazing Icon "Ikon" M 38.34 0 0 0 0.00
3 19 Kádár László Levente The South's Star Lancelot "Rocky" M 43.75 0 0 0.75 0.75
4 34 Jenei Monika Follow Me Little Thomas "Áfonya" M 42.25 1 0 0 5.00
5 32 Pálfi Mirjam Francis Roxy Diamond "Frappé" M 44.41 0 1 1.41 6.41
6 3 Szappanos Petra Happy Shepherds Zeke "Zik" M 45.01 0 1 2.01 7.01
DIS 33 Horváth-Tóth Boglárka Völgység Kincse Brill "Yama" M 0.00 0 0 0 50.00
DIS 20 Keskeny Edina Köves-Bérci Betyár Pille "Pille" M 0.00 0 0 0 50.00
DIS 16 Kovács Dorottya Virágoskúti Berkenye "Wicca" M 0.00 0 0 0 50.00
DIS 4 Korcz Nikolett Tockins of Beauty and Beast "Csió" M 0.00 0 0 0 50.00
DIS 23 Holti Krisztina Bigsmithy Gadget "Forrest Gump " M 0.00 0 0 0 50.00
DIS 6 Bartha Zsófia Nithvalley Peat Bog Fairies "Seelie " M 0.00 0 0 0 50.00
DIS 7 Tálasi Zsófi Bariguard Extreme Tatárjuhar "Tati" M 0.00 0 0 0 50.00
DIS 28 Jäckl Anikó Nyírségfia Betyár Szellő "Szöszi" M 0.00 0 0 0 50.00
DIS 8 Fazekas Emese Kitfox Yume "Yume" M 0.00 0 0 0 50.00
DIS 35 Fazekas Emese Happy Shepherds Katrina "Katrina" M 0.00 0 0 0 50.00
DIS 25 Fekete Bogi Hannah's red Devil Dj "Zepy" M 0.00 0 0 0 50.00
DIS 27 Saftics Dóra Köves-bérci Betyár Göndör Gigi "Lilu" M 0.00 0 0 0 50.00
DIS 9 Liebhaber Judit Lancelot from Golden Regia "Pulcsi" M 0.00 0 0 0 50.00
NS 10 Papp Rita FunToRuns Miracle Cinderella "Ella" M 0.00 0 0 0 50.00
DIS 11 Novothny Linda The South's Star Island Guy "Vili" M 0.00 0 0 0 50.00
DIS 26 Bertalan Dóra Köves-Bérci Betyár Bársonyos Berkenye "Csipke" M 0.00 0 0 0 50.00

Original results

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

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

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

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

  6. APPPATH/views/agilityrun/view_resultsqualiTeam2024_print.php [ 43 ] » Kohana_View->__toString()

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

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

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

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

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

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment

ErrorException [ Notice ]: Undefined variable: print_entries

APPPATH/views/agilityrun/view_results_print.php [ 45 ]

40     <th><span data-tooltip class='has-tip' title='<?= __('Time fault') ?>'><?= __('Tif.') ?></span></th>
41     <th><span data-tooltip class='has-tip' title='<?= __('Total faults') ?>'><?= __('Tf.') ?></span></th>
42     <th><span data-tooltip class='has-tip' title='<?= __('Qualification') ?>'><?= __('Q.') ?></span></th>
43     <th><span data-tooltip class='has-tip' title='<?= __('Speed') ?>'><?= __('Sp.') ?></span></th>
44     </thead>
45     <?php foreach ($print_entries as $e): ?>
46     <tr>
47         <td><?php $p = $e['place']; echo ($p == 0 ? '' : ($p == 999 ? 'DIS' : ($p == 1000 ? 'NS' : $p))); ?></td>
48         <td><?= ($e['start_number'] == 0 ? '' : $e['start_number']) ?></td>
49         <td><?= $e['name'] ?></td>
50         <td><?= $e['dog_name'] . ($e['dog_call_name'] ? ' "' . $e['dog_call_name'] . '"' : '') ?></td>
  1. APPPATH/views/agilityrun/view_results_print.php [ 45 ] » Kohana_Core::error_handler(arguments)

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

  3. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

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

  6. APPPATH/views/agilityrun/view_resultsqualiTeam2024_print.php [ 43 ] » Kohana_View->__toString()

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

  8. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

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

  11. APPPATH/views/event/agility/templatePrint.php [ 44 ] » Kohana_View->__toString()

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

  13. MODPATH/mustache/classes/View.php [ 36 ] » Kohana_View::capture(arguments)

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

  15. SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()

  16. APPPATH/classes/Controller/Website.php [ 109 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  22. DOCROOT/index.php [ 125 ] » Kohana_Request->execute()

Environment