Sklepy Internetowe

ErrorException [ Notice ]: Trying to get property of non-object

APPPATH/netyo/views/album.php [ 18 ]

13 				<?php
14 					if( count($album->photos) > 0 )
15 					{
16 						foreach($album->photos as $photo)
17 						{
18 							echo '<li>' . HTML::image(Kohana::Config('gallery.path') . "/normal/" . $album->gallery->id . '/' . $album->id . '/' . $photo->photo,
19 											array('alt' => $photo->name)) . '</li>';
20 						}
21 					}
22 				?>			
23 			</ul>
  1. APPPATH/netyo/views/album.php [ 18 ] » Kohana_Core::error_handler(arguments)

  2. SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)

  3. SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)

  4. SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()

  5. MODPATH/veno/core/views/veno/elementarea.php [ 18 ] » Kohana_View->__toString()

  6. SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)

  7. SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)

  8. SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()

  9. APPPATH/cache/twig/__TwigTemplate_e61e016d5338ad458fd8655d1a9823e1.php [ 77 ] » Kohana_View->__toString()

  10. MODPATH/veno/core/vendor/Twig/lib/Twig/Template.php [ 26 ] » __TwigTemplate_e61e016d5338ad458fd8655d1a9823e1->display(arguments)

  11. MODPATH/veno/core/classes/veno/twig.php [ 39 ] » Twig_Template->render(arguments)

  12. MODPATH/veno/core/classes/model/veno/layout.php [ 97 ] » Veno_Twig::render(arguments)

  13. MODPATH/veno/core/classes/veno/core.php [ 604 ] » Model_Veno_Layout->render()

  14. MODPATH/veno/gallery/classes/controller/gallery.php [ 58 ] » Veno_Core::override(arguments)

  15. {PHP internal call} » Controller_Gallery->action_album(arguments)

  16. MODPATH/veno/core/classes/request.php [ 68 ] » ReflectionMethod->invokeArgs(arguments)

  17. APPPATH/bootstrap.php [ 115 ] » Request->execute()

  18. DOCROOT/index.php [ 103 ] » require(arguments)

Environment