The original content of this website is in Romanian. Other languages are translations, so minor errors or inconsistencies may occur.
Fundația pentru Protecția Câinilor Comunitari
  Navigation
🌙

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

APPPATH/views/frontend/caini/details.php [ 82 ]

77             <?php $images = unserialize($data->imagini); ?>
78 
79             <div class="gallery_wrap">
80                 <div id="slider" class="flexslider" style="background: none; border: 0;">
81                     <ul title="<?php echo __('click'); ?>">
82                         <?php foreach ($images as $img): ?>
83                             <li>
84                                 <img src="<?php echo URL::site('thumbs/w610-h800-q100/' . $img); ?>">
85                             </li>
86                         <?php endforeach; ?>
87                     </ul>
  1. APPPATH/views/frontend/caini/details.php [ 82 ] » Kohana_Core::error_handler(arguments)

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

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

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

  5. APPPATH/views/frontend/template/main.php [ 224 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/classes/Controller/Frontend.php [ 81 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  15. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment

Our supporters

ITV Grenzenlos e.V.

Animal Horizon

SOS Dogs Nederland

Asociatia Prietenii Pisicilor

M. Animal Welfare Trust

People & Animals United

ErrorException [ Warning ]: count(): Parameter must be an array or an object that implements Countable

APPPATH/views/frontend/caini/detailsjs.php [ 3 ]

1 <script>
2 $(window).load(function() {
3     <?php $c=count($images); ?>
4     <?php if ($c>1): ?>
5     $('#carousel').flexslider({
6         animation: "slide",
7         controlNav: false,
8         animationLoop: false,
  1. APPPATH/views/frontend/caini/detailsjs.php [ 3 ] » Kohana_Core::error_handler(arguments)

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

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

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

  5. APPPATH/views/frontend/template/main.php [ 239 ] » Kohana_View->__toString()

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

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

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

  9. APPPATH/classes/Controller/Frontend.php [ 81 ] » Kohana_Controller_Template->after()

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

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

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

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

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

  15. DOCROOT/index.php [ 118 ] » Kohana_Request->execute()

Environment