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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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

Összetett S S O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
113 Naggyőr Dalma Rolex in blue of Summergarden "Welle" 76.71 0 0 0.00 0.00 0 2
127 Judit Hajagos-Tóth Blueberry Of Black Police Angel's Star "Muffin" 77.26 0 0 0.00 0.00 0 2
120 Kuti Péter Prince of Sunlight Daring Blue "Nico" 79.06 0 1 0.00 5.00 0 2
111 Ray Brigitta Auricula Sinistra Čáry Máry fuk "Sinistra" 81.11 0 2 0.00 10.00 0 2
128 Halász Ildikó Djiny Bergerac de Hu "Djiny" 94.13 1 0 5.13 10.13 0 2
112 Kerékgyártó Anna Csöpi "Csöpi" 96.31 1 1 8.58 18.58 0 2
118 Simon József Flyland My Meteor "Riga" 95.75 1 2 6.75 21.75 0 2
125 Kovácsné Gulyás Linda Szöszmösz "Szöszi" 102.32 1 1 13.32 23.32 0 2
1 Halász Ildikó Neela Bergerac de Hu "Nini" 108.58 0 1 19.58 24.58 0 2
119 László Zsombor Honeybee at Small Swan "Kass" 34.47 0 0 0.00 0.00 1 2
116 Wéber Krisztina Nils Holgersson von Morosso "Nils" 35.69 0 0 0.00 0.00 1 2
49 Ray Brigitta Oliwonder’s Frenetic Winner "Freni" 47.88 0 0 0.00 0.00 1 2
56 Wu Xiaoying Chen Xixi "Sisi" 39.32 0 0 0.32 0.32 1 2
3 Geiger Nikolett Belle "Belle" 40.37 0 0 1.37 1.37 1 2
108 Varga Éva Geronimo from Golden Regia "Gerka" 40.40 0 0 1.40 1.40 1 2
51 Györe Laura Lola "Lola" 41.72 0 0 2.72 2.72 1 2
115 Takács Andrea Bán-Boncida Blanka "Blanka" 44.25 0 0 5.25 5.25 1 2
53 Erdei-Nagy Orsolya Flyland Only One "Chivas" 39.42 0 1 0.42 5.42 1 2
109 Stir Petra Rosa de le Premier Papillon "Rosa" 51.88 0 1 1.88 6.88 1 2
52 László Réka Pepper Power at Small Swan "Pepper" 49.89 2 0 0.00 10.00 1 2
4 Lóránth Sándor Prince of Sunlight Black Diamond "Spock" 44.10 0 1 5.10 10.10 1 2
110 Kovács Ágnes Persy Slovakia Lutra "Mani" 40.59 0 2 1.59 11.59 1 2
126 Kovácsné Szabó Györgyi Palamenti Black Maya "Maya" 46.23 0 1 7.23 12.23 1 2
124 Varga Éva Barbaranti's Fleurie "Fleurie" 51.95 0 1 12.95 17.95 1 2
114 Tóth Vivien Diamond Starlight Daisy "Kelsi" 63.15 0 2 13.15 23.15 1 2
50 Kemény Klára Ballada vom Goldenen Sandrücken "Ribizli" 74.40 0 0 24.40 24.40 1 2
2 Kerékgyártó Csenge Müzli "Müzli" 0.00 0 0 0.00 0.00 2 2
5 Fodorné Horváth Brigitta Barbaranti’s Mimosa "Mimi" 0.00 0 0 0.00 0.00 2 2
6 Favari Cintia Unexpected Love of Summergarden "Jumi" 0.00 0 0 0.00 0.00 2 2
7 Dudits Anna "Lotti" 0.00 0 0 0.00 0.00 2 2
54 Hatvani Viktória Zozi "Zozi" 0.00 0 0 0.00 0.00 2 2
55 Nagy Edina Bridget from beloved Ursula "Bridzsi" 0.00 0 0 0.00 0.00 2 2
57 Vencz Mercédesz Suzy "Suzy" 0.00 0 0 0.00 0.00 2 2
117 Péter Süvöltős Apollo "Apollo" 0.00 0 0 0.00 0.00 2 2
121 Sipőcz Anna Bella "Bella" 0.00 0 0 0.00 0.00 2 2
122 Heincinger Lilla Tücsök McQueen "Tücsök" 0.00 0 0 0.00 0.00 2 2
123 Szabó-Vékony Hajnalka Mystic Moonlight Bi Black Versace "Logan" 0.00 0 0 0.00 0.00 2 2

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/event/agility/view_event_resultlists_print.php [ 3 ] » 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

Összetett M M O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
63 Szakál Evelin Whirlwind Sasha Regenfield "Sasha" 72.87 0 0 0.00 0.00 0 2
131 Tóth Vivien Béta's Hurricane Balance "Ensley" 81.30 0 0 0.00 0.00 0 2
150 Szabó Adrienne Béta's Hurricane Becca "Becca" 84.70 0 0 0.97 0.97 0 2
67 Keskeny Edina Köves-bérci Betyár Ejha "Mese" 77.28 1 0 0.00 5.00 0 2
132 Maros Gergely Happy Shepherds Dance "Dance" 79.44 1 0 0.00 5.00 0 2
10 Mészáros Petra Jumparound Come 'N Play With Me "Kiito" 82.57 0 1 0.00 5.00 0 2
9 Burján Árpád Angyali Annie Lime "Pötty" 98.62 0 2 13.62 23.62 0 2
129 Kundler Anita Mira "Mira" 118.20 1 2 33.20 48.20 0 2
142 László Zsombor Happy Shepherds Arkansas "Ark" 33.36 0 0 0.00 0.00 1 2
140 Orbán Ágnes Golden Heart Sparks of the Tempest "Pötty" 37.02 0 0 0.00 0.00 1 2
135 Fekete Gábor Toboz "Toboz" 46.99 0 0 0.00 0.00 1 2
136 Lenner Karolina Csipisz "Csipisz" 38.11 0 0 0.11 0.11 1 2
60 dr. Kovács Eszter Judit Dancing on Fire Nova "Nova" 35.90 0 1 0.00 5.00 1 2
130 Bacsinszky Éva Quinlent Tullibardine "Woma" 51.03 0 1 4.03 9.03 1 2
148 Szabó Csilla Susi Zeusz 51.17 1 0 4.17 9.17 1 2
59 Jäckl Anikó Nyírségfia Betyár Szellő "Szöszi" 35.40 1 1 0.00 10.00 1 2
146 Sipőcz Barbara Kaley from Golden Regia "Kaley" 36.47 0 2 0.00 10.00 1 2
137 Ficzere Csenge Köves-bérci Betyár Ötletes Rozi "Rozi" 42.09 1 1 0.00 10.00 1 2
147 Keskeny Edina Köves-Bérci Betyár Pille "Pille" 37.00 1 2 0.00 15.00 1 2
65 Jelinek Zita Bariguard Tasmanian Terence "Devil" 47.47 1 2 0.47 15.47 1 2
8 Kovács Ágnes Szélvigyázó-Garabonciás Hantás "Lolka" 0.00 0 0 0.00 0.00 2 2
11 Saftics Dóra Köves-Bérci Betyár Nyuszi Puszi "Puszi" 0.00 0 0 0.00 0.00 2 2
58 Kárpáti Dalma Elike 0.00 0 0 0.00 0.00 2 2
61 Muskovits Mónika Skinny "Skinny" 0.00 0 0 0.00 0.00 2 2
62 Bacsa Nóra Titoktudó Durák "Durák" 0.00 0 0 0.00 0.00 2 2
64 Zelei Fruzsina Ecset of the Sporty Heroes "Penna" 0.00 0 0 0.00 0.00 2 2
66 Papinóth-Bartos Zsuzsanna Amadeus dog from wonderland "Marley" 0.00 0 0 0.00 0.00 2 2
133 Noficzer Eszter Turbó "Turbó" 0.00 0 0 0.00 0.00 2 2
134 Mózsa Gyöngyvér Teddy The Smart Hunting "Palkó" 0.00 0 0 0.00 0.00 2 2
138 Dávid Enikő Norbu of Kari Tibetian Shine "Boo" 0.00 0 0 0.00 0.00 2 2
139 Major Dóra Minka "Minka" 0.00 0 0 0.00 0.00 2 2
141 Nagy-Fábián Mariann Freyja "Freyja" 0.00 0 0 0.00 0.00 2 2
143 Gáti Katalin NAGYIREGI TIESTO "THEO" 0.00 0 0 0.00 0.00 2 2
144 Bohony Brigitta Csini "Csinos" 0.00 0 0 0.00 0.00 2 2
145 Szappanos Petra Dakar Driver Harisson "Dakar" 0.00 0 0 0.00 0.00 2 2
149 Daróczi Orsi Espresso Piccolo Harisson "JAXX" 0.00 0 0 0.00 0.00 2 2
151 Tóth Vivien Mixi "Mixi" 0.00 0 0 0.00 0.00 2 2
152 Bartha Zsófia Nithvalley Peat Bog Fairies "Seelie " 0.00 0 0 0.00 0.00 2 2

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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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

Összetett M+ M+ M+ O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
69 Szabó Hanna Considerate Beauty Of Real Shepherds "Molly" 100.32 1 0 4.39 9.39 0 2
79 Filep Viktor Béta's Hurricane Bryce IQ "IQ" 40.99 0 0 0.00 0.00 1 2
155 Weibl Jenő Kesu "Kesu" 42.57 0 0 0.00 0.00 1 2
156 Róth Ágnes Góbételki Eszes Derelye "Tádi" 47.40 0 0 0.00 0.00 1 2
160 Kovács Zsuzsanna Hédi "Hédi" 46.45 1 0 0.00 5.00 1 2
73 dr. Landauer Krisztina Nyírségfia Pakli "Pakli" 49.83 1 0 1.83 6.83 1 2
78 Gémesi Rita Angels Never Die Aenid "Enid" 51.47 1 0 3.47 8.47 1 2
154 Takács Andrea Wixtra Twilight Princess "Arya" 43.80 1 1 0.00 10.00 1 2
70 Szilágyi Dóra Beauty of Mátra Melody "Melody" 44.42 1 1 0.00 10.00 1 2
75 Adonyi Vanessza Cheza "Cheza" 45.92 2 0 0.00 10.00 1 2
164 Köböl Evelin Effy 47.25 1 1 0.00 10.00 1 2
165 Somogyvári Márta Poseidon Elfmagic Cyclone "Rhea" 47.62 1 1 0.00 10.00 1 2
76 Kertész Csilla Ejha of the Sporty Heroes "Zápor" 48.85 2 0 0.85 10.85 1 2
68 Novák Tamara Corrieloch Moss "Moss" 50.31 1 1 2.31 12.31 1 2
161 Mezei Dalma Chilly Wind of Real Shepherds "Menta" 44.01 2 1 0.00 15.00 1 2
12 Dr. Szép Beáta Szélvigyázó-Garabonciás Rímes Kerka "Kerka" 55.66 0 2 7.66 17.66 1 2
15 Köböl Evelin Daya 41.75 4 0 0.00 20.00 1 2
13 Noficzer Eszter Future Hope Curry "Fly" 58.31 2 0 10.31 20.31 1 2
159 Kertész Csilla Tasli "Tasli" 66.65 0 2 10.65 20.65 1 2
16 Adonyi Vanessza Daisy Chains Zip Zap "Hazel" 0.00 0 0 0.00 0.00 2 2
17 Steurer Anna Marianna Fanni "Fanni " 0.00 0 0 0.00 0.00 2 2
18 Havasi Zsolt Viharbanszületett (Néha) Barátságos Állat "Bodza" 0.00 0 0 0.00 0.00 2 2
71 Csorba Eszter Rozi "Rozi" 0.00 0 0 0.00 0.00 2 2
72 Bankó Bettina Acsai Vértes Apród "Mokka" 0.00 0 0 0.00 0.00 2 2
74 Vágó Zoltán Wixtra Love Me Better "Maggie" 0.00 0 0 0.00 0.00 2 2
77 Springinzeisz Ágnes Vilmos "Vilmos" 0.00 0 0 0.00 0.00 2 2
80 Zelenák Brigi Rednalf Sherlock "Sherlock" 0.00 0 0 0.00 0.00 2 2
81 Ember Katalin Irhaberki Páratlan Jóság "Jojó" 0.00 0 0 0.00 0.00 2 2
82 Hancs Hanna Bariguard Firebird "Zoé" 0.00 0 0 0.00 0.00 2 2
153 Kovács Ágnes Irhaberki Oskola "Tisza" 0.00 0 0 0.00 0.00 2 2
157 Jakab Erika Wixtra Bonfire Heart "Nita" 0.00 0 0 0.00 0.00 2 2
158 Homolya Ildikó Szélvigyázó-Garabonciás-Hagyma "Hagyma" 0.00 0 0 0.00 0.00 2 2
162 Zana Szilvia Highland Breezes Diamond Rose "Zora" 0.00 0 0 0.00 0.00 2 2
163 Pataki Natália Ingardia Vitessa "Vini" 0.00 0 0 0.00 0.00 2 2

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/event/agility/view_event_resultlists_print.php [ 3 ] » 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

Összetett L L O

Pl. St. Handler Dog Time F. Ref. Tif. Tf. DIS R.
171 Eifert Anna Holman’s Nebraska "Neb" 82.23 0 1 0.00 5.00 0 2
192 Szilágyi Anita Ebony Nose Afrodita "Dita" 84.81 0 1 1.84 6.84 0 2
167 Kovács Emese Dangerous Love Rebell Represent "Nova " 89.33 0 1 4.49 9.49 0 2
173 Horváth-Tóth Boglárka Dynamic Drive Icon "Eywa" 82.04 1 1 0.00 10.00 0 2
182 Papp Rita Wondersoul Always Be My Elastic "Stic" 83.61 1 1 0.34 10.34 0 2
181 Kárpáti Dalma Fire Inspired The World is Mine "Yelle" 82.12 3 0 0.32 15.32 0 2
23 Ács Bettina Beauty of Mátra Melange "Peg" 95.91 0 2 7.91 17.91 0 2
97 Paulikné Müllner Anita Dainty Rogue at Sylvan Moonlight "Odi" 91.05 1 2 3.16 18.16 0 2
103 Verseczki Vivien Adventure Story Border Black "Nico" 86.92 2 2 3.28 23.28 0 2
94 Végh Ágota Wixtra Alohomora "Lexa" 97.60 1 3 9.60 29.60 0 2
99 Korbeák Eszter Abira Zathara "Abira" 112.68 2 0 24.68 34.68 0 2
180 Füzi Júlia Lucky Summer TNT Cinnamon "Tig" 35.68 0 0 0.00 0.00 1 2
89 Vágó Judit Oksza Wena Istnienia "Ory" 38.40 0 0 0.00 0.00 1 2
102 Farkas Andrea Wanderers of Saint Wendelin Ben "Ben" 39.18 0 0 0.00 0.00 1 2
179 Csermely Gábor Ussona Bohemia Alké "Corti" 40.09 0 0 0.00 0.00 1 2
90 Fazekas Ágnes Zimantra "Tra" 40.26 0 0 0.00 0.00 1 2
172 Ács-Kövesi Ágnes Mawlch Jiu "Jiu" 40.46 0 0 0.00 0.00 1 2
186 Bartalis Viktória Wixtra Expecto Patronum "Annie" 41.05 0 0 0.00 0.00 1 2
93 Híves Dorottya Wixtra The Wind Waker "Rhiannon" 41.44 0 0 0.00 0.00 1 2
86 Sprőber Dóra Drop Of Heaven Arden "Arden" 42.16 0 0 0.00 0.00 1 2
100 Papinóth-Bartos Zsuzsanna Wixtra Paradise "Chia" 42.66 0 0 0.00 0.00 1 2
176 Holti Krisztina Firework Hill Be Like Onix "Onix" 47.47 0 0 1.47 1.47 1 2
183 Káli Anita Poseidon Elfmagic Especial Cube "Cube" 40.57 1 0 0.00 5.00 1 2
40 Erdei-Nagy Orsolya FI Midnight Moon-Vu "Vu" 40.66 1 0 0.00 5.00 1 2
85 Molnár Adrienn Lucky Summer Spumante "ASTI" 42.72 1 0 0.00 5.00 1 2
43 Csávás Viki Lucky Summer PureSoulMate "Silkka" 48.31 0 1 2.31 7.31 1 2
20 Ádám-Bökényi Bernadett Choose Ferencik "Osis" 44.87 0 1 2.87 7.87 1 2
174 Richter-Sallay Zsófia Lexgryfe Ríra "Ríra" 48.94 0 1 2.94 7.94 1 2
193 Lapu Tamás Giya Black Runaway's de la Terre Sauvage "Perla" 50.49 1 0 4.49 9.49 1 2
101 Kulisity Petra Mawlch Dara "Dara" 40.42 1 1 0.00 10.00 1 2
87 Budai Katalin Curious Black from Valachian Highlands "Zen" 41.88 2 0 0.00 10.00 1 2
194 Ádám-Bökényi Bernadett Bellamie aus dem Bergischen "Mí" 45.08 1 1 0.00 10.00 1 2
95 Liliom Barbara Mucius Ibiza "Juci " 52.40 0 1 6.40 11.40 1 2
175 Kertész Diána Csudacifra Éles Bicska "Zsömi" 50.00 0 2 4.00 14.00 1 2
178 Bakos Zoltán Bözsi "Bözsi" 40.80 3 0 0.00 15.00 1 2
88 Novák Tamara Perfect Sense England "Neela" 42.07 3 0 0.00 15.00 1 2
184 Veizer Andrea Mi Sombra It's My Morning Star "Grit" 51.94 1 1 5.94 15.94 1 2
19 Liliom Barbara Corrieloch Tess "Tess" 48.51 2 1 2.51 17.51 1 2
187 Halász Ildikó Lego Bergerac de Hu "Lego" 54.48 2 0 8.48 18.48 1 2
25 Vida Noémi Tata-Várudvari Égies "Menta" 55.55 1 1 9.55 19.55 1 2
188 Németh Viktória Katalin Yoko "Yoko" 46.01 3 1 0.01 20.01 1 2
34 Balanyi Erika Energizer Ezra Rebell Represent "Seal" 56.02 1 1 10.02 20.02 1 2
33 Kurcsics Vera Rozi "Rozi" 56.55 1 1 10.55 20.55 1 2
191 Liliom Barbara Mucius Honey "Honey" 56.67 2 1 10.67 25.67 1 2
37 Németh Viktória Katalin Stalwart Black Queen Akina "Aygo" 47.53 8 1 1.53 46.53 1 2
20 Kiss-Németh Skolasztika Füge 0.00 0 0 0.00 0.00 2 2
21 Sári Csaba Nacreous Beauty of Dashing Dawn "Lucy" 0.00 0 0 0.00 0.00 2 2
22 Császár Sarolta Wixtra Heartbeat "Ely" 0.00 0 0 0.00 0.00 2 2
24 Bihari-Vikor Veronika Wixtra Lose My Number "Yandu" 0.00 0 0 0.00 0.00 2 2
26 Németh Viktória Legendary Stardust Kimi "Pixie" 0.00 0 0 0.00 0.00 2 2
27 Baki Ingrid Future Hope Easy Run "Aiden" 0.00 0 0 0.00 0.00 2 2
28 Traj Tamas Riu "Riu" 0.00 0 0 0.00 0.00 2 2
29 Szilágyi Anita Wondersoul Awesome Destiny "Deni" 0.00 0 0 0.00 0.00 2 2
30 Nagy-Fábián Mariann Fire Inspired Air Blade "Solar" 0.00 0 0 0.00 0.00 2 2
31 Leszák Melinda Garde de la Vie Splendide "Speedy" 0.00 0 0 0.00 0.00 2 2
32 Veizer Andrea Ayris the Countess of Sherborne "Ayris" 0.00 0 0 0.00 0.00 2 2
35 Szabó-Vékony Hajnalka Mira "Mira " 0.00 0 0 0.00 0.00 2 2
36 Szederkényi Viktória Galaxy di Terra Luna "Tulip" 0.00 0 0 0.00 0.00 2 2
38 Emődi-Czakó Nikoletta Spoty "Spoty" 0.00 0 0 0.00 0.00 2 2
39 Nagy Edina Emerei Yalli Quamayi "Léna" 0.00 0 0 0.00 0.00 2 2
41 Szabó Zsófia Finix Xtatic Priya "Priya" 0.00 0 0 0.00 0.00 2 2
42 Hámori Péter Every Kingdom Sailor Moon "Nayra" 0.00 0 0 0.00 0.00 2 2
44 Csík Ildikó Collet Kaiannco "Collet" 0.00 0 0 0.00 0.00 2 2
45 Vencz Mercédesz Démon "Démon" 0.00 0 0 0.00 0.00 2 2
46 Imhof Bianka Jázmin Bogi "Bogi" 0.00 0 0 0.00 0.00 2 2
47 Ádám Katalin Bariguard Kombat Ashrah "Vendi" 0.00 0 0 0.00 0.00 2 2
48 Budai Lilla Nala "Nala" 0.00 0 0 0.00 0.00 2 2
83 Buza Enikő Misty Highland Humvee "Nova" 0.00 0 0 0.00 0.00 2 2
84 Kővári-Horváth Ágnes Bariguard Fire-Dragon "Guru" 0.00 0 0 0.00 0.00 2 2
91 Dr. Csanálosi Enikő Poseidon Elfmagic First Phoenix "First Phoenix" 0.00 0 0 0.00 0.00 2 2
92 Takács Gizella Garde de la Vie Qurasi "Shayni" 0.00 0 0 0.00 0.00 2 2
96 Kovács Krisztina Wixtra California "Kimi" 0.00 0 0 0.00 0.00 2 2
98 Florea Daniel Dynamic Drive Zip "Zip" 0.00 0 0 0.00 0.00 2 2
104 Molnár Szabolcs Ziggy Dream Of Best "Zigi" 0.00 0 0 0.00 0.00 2 2
105 Viola Sándor Marley "Marley" 0.00 0 0 0.00 0.00 2 2
106 Guttmann Enikő Runo 0.00 0 0 0.00 0.00 2 2
107 Sirkó Teréz Sense of Insanity Secret River "River" 0.00 0 0 0.00 0.00 2 2
168 Kovács Tamás Favourite of Sunbeam Devon "Django" 0.00 0 0 0.00 0.00 2 2
169 Komódi Attila Poseidon Elfmagic Envee "Envee" 0.00 0 0 0.00 0.00 2 2
170 Raduka Martina Misty Highland Uttara "Reena" 0.00 0 0 0.00 0.00 2 2
177 Tálasi Zsófi Dynamic Drive Dynamic "Dina" 0.00 0 0 0.00 0.00 2 2
185 Kiss Nikolett Atlas von Drevil "Kenzo" 0.00 0 0 0.00 0.00 2 2
189 Ádám József Áfonya of the Sporty Heroes "Áfi" 0.00 0 0 0.00 0.00 2 2
190 Fazekas Emese Bordermania Fairy Oak "Pippa" 0.00 0 0 0.00 0.00 2 2

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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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/event/agility/view_event_resultlists_print.php [ 3 ] » 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