Összetett veterán LI L V

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
Csúcs Bernadett Babóca "Babóca" 95.71 0 0 1.77 1.77 0 2
Román Gabriella Poseidon Elmagic Felicitas "Fédra" 80.67 1 0 0.00 5.00 0 2
Veizer Andrea Mi Sombra It's My Morning Star "Grit" 91.56 0 1 0.00 5.00 0 2
Pirbusné László Éva Naplás Gyöngye Daisy "Daisy" 86.08 1 1 0.00 10.00 0 2
Kovácsné Szabó Györgyi Mátravölgyi Morcos Csoda "Sharon" 125.94 1 0 24.94 29.94 0 2
Urbán Zsolt Árkosligeti Kócos Mitévő "Buksi" 47.63 0 1 0.00 5.00 1 2
Nyíriné Györke Csilla Leia "Leia" 0.00 0 0 0.00 0.00 2 2

Összetett veterán SM SM V

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
Tóth Vivien Mixi "Mixi" 78.80 1 0 0.00 5.00 0 2
Szabó Csilla Susi Nero 121.90 0 0 10.90 10.90 0 2
Acsády Krisztina Drystream Black Ízisz "Rege" 40.03 0 0 0.00 0.00 1 2
Szabó Csilla Susi Zeusz 40.16 0 0 0.00 0.00 1 2
Vig Vivien Roxána Árész "Árész" 58.84 0 0 0.00 0.00 1 2
Szilágyi Dóra Takla-Makán Variszkuszi Fiby "Fiby" 43.78 0 0 0.78 0.78 1 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 L L O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
Nagy Krisztina Cranberry Cottage Venice "Yuki" 73.07 0 0 0.00 0.00 0 2
Bittmann Judit Chili "Chili" 78.89 0 0 1.16 1.16 0 2
Bartos Zsuzsanna Wixtra Paradise "Chia" 67.55 1 0 0.00 5.00 0 2
Eifert Anna Holman’s Nebraska "Neb" 72.97 1 0 0.00 5.00 0 2
Koltai Lilla Zora 75.34 1 0 0.00 5.00 0 2
Acsády Krisztina Arvendell Blaze "Elza" 79.11 1 0 0.28 5.28 0 2
Tamás Daniella Luna TD "Luna" 91.63 0 1 10.63 15.63 0 2
Vencz Mercédesz Démon "Démon" 83.32 1 1 5.65 15.65 0 2
Nyíriné Györke Csilla Solo "Solo" 88.33 1 1 7.33 17.33 0 2
Kollár Maya Black Obsidian Ohana "Ziri" 120.95 0 0 39.95 39.95 0 2
Stummer Máté Beau Sancy from Sherborne "Csilli" 113.95 1 3 32.95 52.95 0 2
Sallay Zsófia Fawkes The First Border on The Moon "Chi" 30.78 0 0 0.00 0.00 1 2
Sallay Zsófia Lexgryfe Ríra "Ríra" 31.59 0 0 0.00 0.00 1 2
Sallay Zsófia Shy-Shy 31.65 0 0 0.00 0.00 1 2
Walkó Andrea Zille "Zille " 35.35 0 0 0.00 0.00 1 2
Fejes Diana Kugel "Lecso" 35.59 0 0 0.00 0.00 1 2
Liliom Barbara Corrieloch Tess "Tess" 35.62 0 0 0.00 0.00 1 2
Szilágyi Dóra Beauty of Mátra Melissa "Lindsay" 38.92 0 0 0.00 0.00 1 2
Karlyik Nóra Shepherd Calls Excellent Lipton "Lipton" 45.69 0 0 0.69 0.69 1 2
Bartos Zsuzsanna Call me Ghost with BRAIN INSIDE "Tofu" 31.84 1 0 0.00 5.00 1 2
Káli Anita Future Hope G-Nox "Nox" 37.04 1 0 0.00 5.00 1 2
Szabó Márton Bariguard Zippo "Zippo" 43.40 0 1 0.00 5.00 1 2
Iványiné Batta Beáta Wake Up Your Brain Fringe "Rojti" 36.28 0 1 0.28 5.28 1 2
Liliom Barbara Mucius Ibiza "Juci " 37.84 1 0 1.84 6.84 1 2
Barta-Bárci Zoltán Black Obsidian Lex "Nolan" 34.25 2 0 0.00 10.00 1 2
Takács Gizella Garde de la Vie Qurasi "Shayni" 38.04 2 0 0.00 10.00 1 2
Szabó Adrienne Btw I'm Banzai full of Rush "Banzai" 39.97 1 1 0.00 10.00 1 2
Fazekas Ágnes Zimantra "Tra" 41.75 0 1 5.75 10.75 1 2
Bruda Brigitta Gabriella .Honey. ".Honey." 42.31 0 1 6.31 11.31 1 2
Stummer Máté Ayris the Countess of Sherborne "Ayris" 48.72 1 1 3.72 13.72 1 2
Hargitainé Kolozsi Beatrix Belatar'sTepiti Taffy "Kepiti" 51.17 1 1 6.17 16.17 1 2
Bacsa Nóra Börzsönykerti-Hűha Babér "Babér " 52.54 2 0 7.54 17.54 1 2
Mayer Edit Il Mondo del Carmen Bragi "Bragi" 48.85 0 1 12.85 17.85 1 2
Csepregi Annamária Inuk Liberty AGD "Zilla" 49.81 2 1 4.81 19.81 1 2
Balla Margit Bundás-Radnóti Kofola Keeva "Keeva" 59.97 0 0 23.97 23.97 1 2
Dr. Garzó Rebeka Xénia Gesztenye "Gesztenye" 69.30 0 2 24.30 34.30 1 2
Román Gabriella Poseidon Elfmagic Nefretiti- Nova "Niva" 0.00 0 0 0.00 0.00 2 2
Pataki Natália Lucky Summer Perfect Omega "Omi" 0.00 0 0 0.00 0.00 2 2
Csik Dávid Mountain's Voice Arve "Arve" 0.00 0 0 0.00 0.00 2 2
Almási-Zsoldos Vanda Los Dulce Angel Helena "KIRA" 0.00 0 0 0.00 0.00 2 2
Hatvani Viktória Antonio Coimbra de la Sherborne "Nio" 0.00 0 0 0.00 0.00 2 2
Csányiné Gombár Éva Border Northwest Hungary Arwen Evenstar "Arwen" 0.00 0 0 0.00 0.00 2 2
Lajos Bori Be Different And Always Run "Rini" 0.00 0 0 0.00 0.00 2 2
Kovács Anikó Crazy "Mázli" 0.00 0 0 0.00 0.00 2 2
Markó Zsófia Border Dreamworld Daisy "Suzy" 0.00 0 0 0.00 0.00 2 2
Szabó Márton Bariguard John Dillinger "Johnny" 0.00 0 0 0.00 0.00 2 2
Meuser Henriett Artúr "Artúr" 0.00 0 0 0.00 0.00 2 2
Kovács Tamás Wixtra Legend "Slash" 0.00 0 0 0.00 0.00 2 2
Kiss Nikolett Rea Adlerburg von Ungarn "Navia" 0.00 0 0 0.00 0.00 2 2
Balanyi Erika Kondorvölgyi Flört "Yuna" 0.00 0 0 0.00 0.00 2 2
Lőrinczné Soós Katalin Dashing Dawn Anything Is Possible "Nina" 0.00 0 0 0.00 0.00 2 2

Összetett I I O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
Takács Andrea Poseidon Elfmagic Diamond "Mayday" 74.29 1 0 0.00 5.00 0 2
Váradi Gabriella Cuki "Cuki" 78.91 1 0 0.00 5.00 0 2
Dömsödi Eszter Nemes-Eszes Atom "Szömörce" 80.28 0 1 1.19 6.19 0 2
Laki Zsolt Dancing on Fire Starfox "Fox" 69.40 2 0 0.00 10.00 0 2
Filep Viktor Béta's Hurricane Bryce IQ "IQ" 69.99 1 1 0.00 10.00 0 2
Zelenák Brigi Rednalf Sherlock "Sherlock" 92.86 0 0 12.86 12.86 0 2
Novák Tamara Perfect Sense England "Neela" 79.25 2 1 1.85 16.85 0 2
Szabó Csilla Susi Corrieloch Meg "Nova" 98.33 1 1 18.33 28.33 0 2
Csiszár László Viktor Árkosligeti Kócos Konkoly "Koni" 103.52 0 2 23.52 33.52 0 2
Havasi Zsolt Viharbanszületett (Néha) Barátságos Állat "Bodza" 31.25 0 0 0.00 0.00 1 2
Fóti Gábor McPotter's Creek's Zanót "Magua" 34.29 1 0 0.00 5.00 1 2
Baráth Orsolya Bariguard Remy "Remy" 40.23 1 0 0.00 5.00 1 2
Vágó Zoltán Wixtra Love Me Better "Maggie" 43.07 0 1 0.00 5.00 1 2
Vella Anikó Baranyai Ügyes "Csikasz" 36.39 1 0 0.39 5.39 1 2
Molas Coll Erika Beep'ma Douce Petite Vie "Milo" 40.92 0 1 4.92 9.92 1 2
Csorvási Csilla CSIPKE "Cip-Cip-Cipke" 46.01 0 0 10.01 10.01 1 2
Juhasz Nikol Lucky For You "Violet" 49.43 1 0 5.43 10.43 1 2
Csiszár László Viktor Nyírségfia Vargánya "Vari" 56.53 1 0 12.53 17.53 1 2
Potencsik Erika Haribo Fellow of Eternity "Manka" 62.45 1 0 26.45 31.45 1 2
Karner Soma Gyömbér "Gyömbér" 0.00 0 0 0.00 0.00 2 2
Leszák Melinda Bariguard Extreme Ferdinand "Ferdinánd" 0.00 0 0 0.00 0.00 2 2
Dr. Papp Mónika Misty Highland All In All "Situ" 0.00 0 0 0.00 0.00 2 2
Kovács Dorottya Irhaberki Páratlan Jóság "Jojó" 0.00 0 0 0.00 0.00 2 2
Csányi Orsolya Zero Mistake at Wendigo's Wind "Nera" 0.00 0 0 0.00 0.00 2 2
Major Dóra My Zynk's Kökörcsin "Csí" 0.00 0 0 0.00 0.00 2 2
Juhász Beáta Bariguard Joky "Joky" 0.00 0 0 0.00 0.00 2 2
Kovács Laura Nala "Nala" 0.00 0 0 0.00 0.00 2 2
Kapuszta Tímea Love of Scotland Keep My Heart "Daisy" 0.00 0 0 0.00 0.00 2 2

Összetett M M O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
dr. Kovács Eszter Judit Dancing on Fire Nova "Nova" 73.83 0 0 0.00 0.00 0 2
Tóth Vivien Béta's Hurricane Balance "Ensley" 80.36 0 0 0.00 0.00 0 2
Szappanos Petra Dakar Driver Harisson "Dakar" 81.90 0 0 0.97 0.97 0 2
Lajos Bori Bella "Bella" 79.60 0 1 0.00 5.00 0 2
Heincinger Lilla Boomerang McFly "Boomerang" 84.25 0 1 2.97 7.97 0 2
Jenei Monika Follow Me Little Thomas "Áfonya" 87.33 1 0 4.70 9.70 0 2
Szappanos Petra Happy Shepherds Zeke "Zik" 74.42 2 0 0.00 10.00 0 2
Samu Hedvig Klára Becky'ma Douce Petite Vie "Becky" 77.00 1 1 0.00 10.00 0 2
Jenei Monika Kókusz "Kókusz" 89.71 0 1 6.72 11.72 0 2
Heincinger Lilla Prince of Sunlight Hitparade "Ász" 85.27 1 1 2.97 12.97 0 2
Szentpéteri Csaba Helka "Helka" 87.37 0 2 5.53 15.53 0 2
Csorvási Csilla Dzsina "Dzsina " 79.81 4 1 0.00 25.00 0 2
Vig Vivien Roxána WinLucky Diana "Dia" 98.25 1 2 15.25 30.25 0 2
Bohony Brigitta Cerunnos Parmesan "Sophie" 31.69 0 0 0.00 0.00 1 2
Filep Viktor Bro 'ma Douce Petite Vie "Bro" 32.83 0 0 0.00 0.00 1 2
Mészáros Petra Jumparound Come 'N Play With Me "Kiito" 34.43 0 0 0.00 0.00 1 2
Kovács Dorottya Virágoskúti Berkenye "Wicca" 39.14 0 0 0.00 0.00 1 2
Boronkai Luca Bodza "Bodza" 39.81 0 0 0.00 0.00 1 2
Dölles-Novák Réka Coltris W’Kabi "Pez" 40.66 0 0 0.00 0.00 1 2
Pirbusné László Éva Mystic Moonlight Bi Black Enigmatic Shadow "Shadow" 38.01 0 0 1.01 1.01 1 2
Czakó Alexandra Csipi Terfezia Felisa "Panka" 38.03 0 0 1.03 1.03 1 2
Tarnóczi Katalin Köves-Bérci Betyár Nyuszi Puszi "Puszi" 40.27 0 0 3.27 3.27 1 2
Ember Katalin Irhaberki Ugribugri Ugróláb "Ugri" 50.41 0 0 4.41 4.41 1 2
Saftics Dóra Köves-bérci Betyár Göndör Gigi "Lilu" 36.29 1 0 0.00 5.00 1 2
Kerekes Anna Galla-Hegyi Vackor "Pipacs" 41.72 1 0 0.00 5.00 1 2
Bóday Melinda Ivett Dot 44.35 0 1 0.00 5.00 1 2
Hegyi Laura Bonus'ma Douce petite vie "Charlie" 45.90 0 1 0.00 5.00 1 2
Tarnóczi Katalin White Water Itsy Bitsy Passion Flame "Nala" 37.24 0 1 0.24 5.24 1 2
Vig Vivien Roxána Béta’s Hurricane Butterfly Nafia "Nafia " 42.88 0 0 5.88 5.88 1 2
Steiner Gabriella Tina 53.12 0 0 7.12 7.12 1 2
Hegedős Ákos Ego 50.60 0 1 4.60 9.60 1 2
Saftics Dóra Köves bérci Betyár Gyöngyszem Grèti "Gréti" 43.46 1 0 6.46 11.46 1 2
Orbánné Tóth Ágnes Sweety-Chi "Sweet" 53.11 0 1 7.11 12.11 1 2
Borza Bianka Prince of Sunlight Vanilla Queen "Jade" 46.44 0 2 9.44 19.44 1 2
Hargitainé Kolozsi Beatrix Lanci "Lana" 63.37 1 0 17.37 22.37 1 2
Takács Gizella Cassian "Cassian" 0.00 0 0 0.00 0.00 2 2
Szabó Adrienne Ebony from Golden Regia "Eby" 0.00 0 0 0.00 0.00 2 2
Vogronics Judit Margaritifera Amita "Amita" 0.00 0 0 0.00 0.00 2 2
Szenn Zsuzsanna Dakota "Dakota" 0.00 0 0 0.00 0.00 2 2
Novák Viktória Minimark's Emotion In Motion "Sparkle" 0.00 0 0 0.00 0.00 2 2
Fejes Diana Mystic Moonlight Bi Black Versace "Logan" 0.00 0 0 0.00 0.00 2 2
Saftics Dóra Köves-Bérci Betyár Frappè "Frappé" 0.00 0 0 0.00 0.00 2 2
Sümegi Judit Prince of Sunlight it's Tricky "Tricky" 0.00 0 0 0.00 0.00 2 2
Dr. Juhász Krisztina Rézi "Rézi" 0.00 0 0 0.00 0.00 2 2
Molnár Emma Anna Madzag 0.00 0 0 0.00 0.00 2 2
Zsiros Anita Arkovári Vénusz Vackor "Vénusz" 0.00 0 0 0.00 0.00 2 2

Összetett S S O

Hely St. Felvezető Kutya Idő H. Megt. Ih. Öh. DIS R.
Maros Gergely Dancing on Fire Power of Niagara "Nia" 66.44 0 0 0.00 0.00 0 2
Wéber Krisztina Nils Holgersson von Morosso "Nils" 78.21 0 0 0.21 0.21 0 2
Mészárosné Oláh Szabina Ivett Elinor du Moulin de Mcmonique "Szofi" 84.70 0 0 6.70 6.70 0 2
Zsiros Tibor Arkovári Rézi Ragacs "Rézi" 86.34 0 0 8.34 8.34 0 2
Naggyőr Dalma Get T’party started Champa Chin "Ryn" 73.25 1 1 0.00 10.00 0 2
Heincinger Lilla Cashew "Cashew" 81.60 1 1 4.57 14.57 0 2
dr. Landauer Krisztina Happy Shepherds Penny "Penny" 83.03 1 1 5.03 15.03 0 2
Pirity Árpád Prince of Sunlight Mamma Mia "Mia" 89.15 0 2 11.62 21.62 0 2
Tóth Vivien Mozart Star De Fer "Momo" 92.03 0 2 14.03 24.03 0 2
Gyenes Ildikó Kabardogs Super Sonic "Sonic" 83.51 2 2 5.51 25.51 0 2
Dudits Anna "Lotti" 93.73 1 1 15.73 25.73 0 2
Kovácsné Szabó Györgyi Palamenti Black Maya "Maya" 98.98 0 1 20.98 25.98 0 2
Tóth Vivien Alba-Nigra Arbalet "Elvis" 95.27 1 1 17.27 27.27 0 2
Hatvani Viktória Zozi "Zozi" 99.67 1 1 21.67 31.67 0 2
Kolyankovszki Szilvia Mikes Uti Tirion "Tirion" 130.54 0 0 52.54 52.54 0 2
Görög Marietta Drystream Biblue Elif "Repcsi" 43.58 0 0 0.58 0.58 1 2
Wéber Krisztina Absolutely Crazy Jumpingoat "Raya" 36.25 0 0 1.25 1.25 1 2
Mayer Edit Kompi "Kompi" 47.05 0 0 4.05 4.05 1 2
Lóránth Sándor Prince of Sunlight Black Diamond "Spock" 40.53 0 0 5.53 5.53 1 2
Heincinger Lilla Tücsök McQueen "Tücsök" 40.91 1 0 5.91 10.91 1 2
Török Dóra Chilly "Chilly " 47.06 0 0 12.06 12.06 1 2
Bászler Emese Mystic Moonlight Black L'Amour "Nala" 43.44 0 1 8.44 13.44 1 2
Dámsa Renáta Lissbis Black Amelie "Candy" 48.97 1 0 13.97 18.97 1 2
Jakab Erika Jerry "Jerry" 0.00 0 0 0.00 0.00 2 2
Kenyeres Gyöngyi Ilonka "Ilonka" 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

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

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